Searched refs:ifloordiv (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | operator.py | 15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 357 def ifloordiv(a, b): function 457 __ifloordiv__ = ifloordiv
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 483 def __ifloordiv__(self, other): return "ifloordiv" 498 self.assertEqual(operator.ifloordiv(c, 5), "ifloordiv")
|
Completed in 3 milliseconds