Searched defs:truediv (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 135 def truediv(self, other): function
|
/third_party/python/Lib/ |
H A D | operator.py | 136 def truediv(a, b): function
|
/third_party/python/Lib/test/ |
H A D | test_long.py | 85 def truediv(a, b): function
|
H A D | datetimetester.py | 21 from operator import lt, le, gt, ge, eq, ne, truediv, floordiv, mod namespace
|
Completed in 17 milliseconds