/external/python/cpython2/Demo/classes/ |
D | Dates.py | 166 def __rsub__(self, other): member in Date
|
D | Complex.py | 188 def __rsub__(self, other): member in Complex
|
/external/fonttools/Lib/fontTools/misc/ |
D | vector.py | 59 def __rsub__(self, other): member in Vector
|
/external/python/dateutil/dateutil/ |
D | relativedelta.py | 407 def __rsub__(self, other): member in relativedelta
|
/external/llvm-project/clang/utils/ABITest/ |
D | Enumeration.py | 22 __rsub__ = __sub__ variable in Aleph0
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 21 __rsub__ = __sub__ variable in Aleph0
|
/external/python/cpython2/Lib/test/ |
D | test_binop.py | 110 def __rsub__(self, other): member in Rat
|
D | test_coercion.py | 48 def __rsub__(self,other): member in MethodNumber
|
D | test_fractions.py | 50 __rsub__ = __sub__ variable in DummyFloat
|
D | test_augassign.py | 136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_complex.py | 404 __rsub__ = __sub__ variable in ComplexTest.test_subclass.xcomplex
|
D | test_collections.py | 325 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
/external/python/cpython2/Lib/ |
D | fractions.py | 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | numbers.py | 96 def __rsub__(self, other): member in Complex
|
D | _abcoll.py | 227 def __rsub__(self, other): member in Set
|
/external/python/cpython3/Lib/ |
D | fractions.py | 397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | statistics.py | 1103 def __rsub__(x1, x2): member in NormalDist
|
D | numbers.py | 95 def __rsub__(self, other): member in Complex
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 105 def __rsub__(self, other): member in Rat
|
D | test_fractions.py | 46 __rsub__ = __sub__ variable in DummyFloat
|
/external/python/asn1crypto/asn1crypto/ |
D | util.py | 848 def __rsub__(self, other): member in extended_datetime
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 398 def __rsub__(self, other): member in Dimension
|
/external/tensorflow/tensorflow/python/distribute/ |
D | ps_values.py | 218 def __rsub__(self, o): member in AggregatingVariable
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | autocast_variable.py | 411 def __rsub__(self, o): member in AutoCastVariable
|