Home
last modified time | relevance | path

Searched refs:__rsub__ (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py96 def __rsub__(self, other): member in Complex
D_abcoll.py227 def __rsub__(self, other): member in Set
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py96 def __rsub__(self, other): member in Complex
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Ddecimal.py1228 def __rsub__(self, other, context=None): member in Decimal
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py166 def __rsub__(self, other): member in Date
DComplex.py188 def __rsub__(self, other): member in Complex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_coercion.py48 def __rsub__(self,other): member in MethodNumber
Dtest_binop.py110 def __rsub__(self, other): member in Rat
Dtest_fractions.py49 __rsub__ = __sub__ variable in DummyFloat
Dtest_complex.py392 __rsub__ = __sub__ variable in ComplexTest.test_subclass.xcomplex
Dtest_collections.py277 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other