Home
last modified time | relevance | path

Searched refs:itruediv (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Doperator.py17 '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 Dtestmagicmethods.py143 def itruediv(mock): function
145 self.assertRaises(TypeError, itruediv, mock)
/third_party/python/Lib/test/
H A Dtest_operator.py492 def __itruediv__ (self, other): return "itruediv"
507 self.assertEqual(operator.itruediv (c, 5), "itruediv")

Completed in 7 milliseconds