Home
last modified time | relevance | path

Searched refs:truediv (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py135 def truediv(self, other): function
138 mock.__truediv__ = truediv
146 mock.__itruediv__ = truediv
152 mock.__rtruediv__ = truediv
/third_party/python/Lib/
H A Doperator.py20 'setitem', 'sub', 'truediv', 'truth', 'xor']
136 def truediv(a, b): function
447 __truediv__ = truediv
H A Dfractions.py518 __truediv__, __rtruediv__ = _operator_fallbacks(_div, operator.truediv)
/third_party/jinja2/
H A Dsandbox.py207 "/": operator.truediv,
H A Dnodes.py22 "/": operator.truediv,
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py279 "/": operator.truediv,
H A Dnodes.py18 "/": operator.truediv,
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py254 '/': operator.truediv,
H A Dnodes.py29 '/': operator.truediv,
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py279 "/": operator.truediv,
H A Dnodes.py18 "/": operator.truediv,
/third_party/python/Lib/test/
H A Dtest_operator.py190 self.assertRaises(TypeError, operator.truediv, 5)
191 self.assertRaises(TypeError, operator.truediv, None, None)
192 self.assertEqual(operator.truediv(5, 2), 2.5)
H A Dtest_long.py85 def truediv(a, b): function
809 expected = repr(truediv(a, b))
H A Ddatetimetester.py21 from operator import lt, le, gt, ge, eq, ne, truediv, floordiv, mod namespace
950 self.assertRaises(ZeroDivisionError, truediv, t, zerotd)
953 # self.assertRaises(TypeError, truediv, t, 2)
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py763 return NonStandardInteger(operator.truediv(self.val, y))
805 return NonStandardInteger(operator.truediv(y, self.val))

Completed in 25 milliseconds