Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dnumbers.py96 def __rsub__(self, other): member in Complex
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
D_abcoll.py227 def __rsub__(self, other): member in Set
Ddecimal.py1226 def __rsub__(self, other, context=None): member in Decimal
/external/python/cpython2/Demo/classes/
DDates.py166 def __rsub__(self, other): member in Date
DComplex.py188 def __rsub__(self, other): member in Complex
/external/python/cpython2/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.py50 __rsub__ = __sub__ variable in DummyFloat
Dtest_complex.py397 __rsub__ = __sub__ variable in ComplexTest.test_subclass.xcomplex
Dtest_collections.py325 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
/external/clang/utils/ABITest/
DEnumeration.py21 __rsub__ = __sub__ variable in Aleph0
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2123 object.__rsub__(self, other)
2147 :meth:`__rsub__` method, ``y.__rsub__(x)`` is called if ``x.__sub__(y)`` returns