Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dnumbers.py95 def __rsub__(self, other): member in Complex
H A Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
H A Dstatistics.py1367 def __rsub__(x1, x2): member in NormalDist
H A D_collections_abc.py615 def __rsub__(self, other): member in Set
H A Ddatetime.py760 def __rsub__(self, other): member in timedelta
H A D_pydecimal.py1269 def __rsub__(self, other, context=None): member in Decimal
/third_party/python/Lib/test/
H A Dtest_augassign.py132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
133 output.append("__rsub__ called")
288 __rsub__ called
H A Dtest_binop.py105 def __rsub__(self, other): member in Rat
H A Dtest_fractions.py48 __rsub__ = __sub__ variable in DummyFloat
H A Dtest_statistics.py1163 def __rsub__(self, other): member in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat
1164 return type(self)(super().__rsub__(other))
2926 self.assertEqual(y - X, NormalDist(-90, 15)) # __rsub__
H A Dtest_collections.py767 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
H A Ddatetimetester.py533 eq(b.__rsub__(a), td(6, 24*3600 - 60))
H A Dtest_descr.py299 self.assertEqual(float.__rsub__(3.0, 1), -2.0)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h186 STRUCT_FOR_ID(__rsub__)
H A Dpycore_runtime_init.h809 INIT_ID(__rsub__), \
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
/third_party/node/tools/inspector_protocol/jinja2/
H A Druntime.py648 __rsub__ = _fail_with_undefined_error
/third_party/skia/third_party/externals/jinja2/
H A Druntime.py799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
/third_party/jinja2/
H A Druntime.py861 __add__ = __radd__ = __sub__ = __rsub__ = _fail_with_undefined_error
/third_party/python/Objects/
H A Dtypeobject.c7429 SLOT1BIN(slot_nb_subtract, nb_subtract, __sub__, __rsub__)
8106 RBINSLOT("__rsub__", nb_subtract, slot_nb_subtract,

Completed in 57 milliseconds