/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/python/dateutil/dateutil/ |
D | relativedelta.py | 393 def __rsub__(self, other): member in relativedelta
|
/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/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 170 def __rsub__(self, other): member in Vector
|
/external/python/cpython3/Lib/ |
D | fractions.py | 415 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | numbers.py | 95 def __rsub__(self, other): member in Complex
|
D | _collections_abc.py | 504 def __rsub__(self, other): member in Set
|
/external/python/cpython3/Lib/test/ |
D | test_fractions.py | 46 __rsub__ = __sub__ variable in DummyFloat
|
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
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 359 def __rsub__(self, other): member in Dimension
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 323 def __rsub__(self, o): return o - self.get() member in DistributedDelegate 841 def __rsub__(self, o): return o - self.read_value() member in TPUMirroredVariable 1540 def __rsub__(self, o): return o - self._v member in AggregatingVariable
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 416 def __rsub__(self, other): member in LabeledTensor
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 1462 def __rsub__(self, other): return other + (-self) member in GlyphCoordinates
|
/external/scapy/scapy/ |
D | volatile.py | 120 def __rsub__(self, other): member in RandNum
|