Home
last modified time | relevance | path

Searched refs:itruediv (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Doperator.py396 def itruediv(a, b): function
459 __itruediv__ = itruediv
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py143 def itruediv(mock): function
145 self.assertRaises(TypeError, itruediv, mock)
/third_party/python/Doc/library/
Doperator.rst551 .. function:: itruediv(a, b)
554 ``a = itruediv(a, b)`` is equivalent to ``a /= b``.
/third_party/python/Lib/test/
Dtest_operator.py492 self.assertEqual(operator.itruediv (c, 5), "itruediv")