Home
last modified time | relevance | path

Searched refs:ifloordiv (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Doperator.py15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul',
357 def ifloordiv(a, b): function
457 __ifloordiv__ = ifloordiv
/third_party/python/Lib/test/
H A Dtest_operator.py483 def __ifloordiv__(self, other): return "ifloordiv"
498 self.assertEqual(operator.ifloordiv(c, 5), "ifloordiv")

Completed in 3 milliseconds