Searched defs:__truediv__ (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | ||
D | test_binop.py | 133 def __truediv__(self, other): member in Rat |
D | test_coercion.py | 63 def __truediv__(self,other): member in MethodNumber |
D | test_augassign.py | 168 def __truediv__(self, val): member in AugAssignTest.testCustomMethods2.testall |
D | test_complex.py | 404 __truediv__ = __div__ variable in ComplexTest.test_subclass.xcomplex |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
D | fractions.py | 414 __truediv__, __rtruediv__ = _operator_fallbacks(_div, operator.truediv) variable in Fraction |
D | numbers.py | 124 def __truediv__(self, other): member in Complex |
D | decimal.py | 1293 def __truediv__(self, other, context=None): member in Decimal |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ | ||
D | numbers.py | 124 def __truediv__(self, other): member in Complex |