Searched refs:itruediv (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | operator.py | 17 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le', 402 def itruediv(a, b): function 466 __itruediv__ = itruediv
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 143 def itruediv(mock): function 145 self.assertRaises(TypeError, itruediv, mock)
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 492 def __itruediv__ (self, other): return "itruediv" 507 self.assertEqual(operator.itruediv (c, 5), "itruediv")
|
Completed in 7 milliseconds