Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dnumbers.py95 def __rsub__(self, other): member in Complex
Dfractions.py397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1103 def __rsub__(x1, x2): member in NormalDist
D_collections_abc.py604 def __rsub__(self, other): member in Set
Ddatetime.py660 def __rsub__(self, other): member in timedelta
D_pydecimal.py1259 def __rsub__(self, other, context=None): member in Decimal
/third_party/python/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
Dtest_statistics.py1204 def __rsub__(self, other): member in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat
1205 return type(self)(super().__rsub__(other))
Dtest_collections.py742 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
Dtest_descr.py298 self.assertEqual(float.__rsub__(3.0, 1), -2.0)
Ddatetimetester.py522 eq(b.__rsub__(a), td(6, 24*3600 - 60))
/third_party/python/Doc/library/
Dconstants.rst30 (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, :meth:`__rsub__`,
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py648 __rsub__ = _fail_with_undefined_error
/third_party/skia/third_party/externals/jinja2/
Druntime.py799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
/third_party/jinja2/
Druntime.py799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
/third_party/boost/libs/python/doc/reference/
Doperators.qbk108 [[`l - self`][`__rsub__`][`y - x`]]
/third_party/python/Doc/reference/
Ddatamodel.rst2382 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/
Dtypeobj.rst210 … | | __rsub__ |