/third_party/python/Lib/ |
D | numbers.py | 95 def __rsub__(self, other): member in Complex
|
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 | _collections_abc.py | 604 def __rsub__(self, other): member in Set
|
D | datetime.py | 660 def __rsub__(self, other): member in timedelta
|
D | _pydecimal.py | 1259 def __rsub__(self, other, context=None): member in Decimal
|
/third_party/python/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
|
D | test_statistics.py | 1204 def __rsub__(self, other): member in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat 1205 return type(self)(super().__rsub__(other))
|
D | test_collections.py | 742 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
D | test_descr.py | 298 self.assertEqual(float.__rsub__(3.0, 1), -2.0)
|
D | datetimetester.py | 522 eq(b.__rsub__(a), td(6, 24*3600 - 60))
|
/third_party/python/Doc/library/ |
D | constants.rst | 30 (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, :meth:`__rsub__`,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | runtime.py | 648 __rsub__ = _fail_with_undefined_error
|
/third_party/skia/third_party/externals/jinja2/ |
D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/jinja2/ |
D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/boost/libs/python/doc/reference/ |
D | operators.qbk | 108 [[`l - self`][`__rsub__`][`y - x`]]
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 2382 object.__rsub__(self, other) 2406 an instance of a class that has an :meth:`__rsub__` method, ``y.__rsub__(x)``
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 210 … | | __rsub__ |
|