Home
last modified time | relevance | path

Searched defs:__rsub__ (Results 1 – 25 of 38) sorted by relevance

12

/external/python/cpython2/Demo/classes/
DDates.py166 def __rsub__(self, other): member in Date
DComplex.py188 def __rsub__(self, other): member in Complex
/external/fonttools/Lib/fontTools/misc/
Dvector.py59 def __rsub__(self, other): member in Vector
/external/python/dateutil/dateutil/
Drelativedelta.py407 def __rsub__(self, other): member in relativedelta
/external/llvm-project/clang/utils/ABITest/
DEnumeration.py22 __rsub__ = __sub__ variable in Aleph0
/external/clang/utils/ABITest/
DEnumeration.py21 __rsub__ = __sub__ variable in Aleph0
/external/python/cpython2/Lib/test/
Dtest_binop.py110 def __rsub__(self, other): member in Rat
Dtest_coercion.py48 def __rsub__(self,other): member in MethodNumber
Dtest_fractions.py50 __rsub__ = __sub__ variable in DummyFloat
Dtest_augassign.py136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_complex.py404 __rsub__ = __sub__ variable in ComplexTest.test_subclass.xcomplex
Dtest_collections.py325 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
/external/python/cpython2/Lib/
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dnumbers.py96 def __rsub__(self, other): member in Complex
D_abcoll.py227 def __rsub__(self, other): member in Set
/external/python/cpython3/Lib/
Dfractions.py397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1103 def __rsub__(x1, x2): member in NormalDist
Dnumbers.py95 def __rsub__(self, other): member in Complex
/external/python/cpython3/Lib/test/
Dtest_augassign.py132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_binop.py105 def __rsub__(self, other): member in Rat
Dtest_fractions.py46 __rsub__ = __sub__ variable in DummyFloat
/external/python/asn1crypto/asn1crypto/
Dutil.py848 def __rsub__(self, other): member in extended_datetime
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py398 def __rsub__(self, other): member in Dimension
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py218 def __rsub__(self, o): member in AggregatingVariable
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py411 def __rsub__(self, o): member in AutoCastVariable

12