/third_party/python/Lib/ |
H A D | numbers.py | 95 def __rsub__(self, other): member in Complex
|
H A D | fractions.py | 482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
H A D | statistics.py | 1367 def __rsub__(x1, x2): member in NormalDist
|
H A D | _collections_abc.py | 615 def __rsub__(self, other): member in Set
|
H A D | datetime.py | 760 def __rsub__(self, other): member in timedelta
|
H A D | _pydecimal.py | 1269 def __rsub__(self, other, context=None): member in Decimal
|
/third_party/python/Lib/test/ |
H A D | test_augassign.py | 132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall 133 output.append("__rsub__ called") 288 __rsub__ called
|
H A D | test_binop.py | 105 def __rsub__(self, other): member in Rat
|
H A D | test_fractions.py | 48 __rsub__ = __sub__ variable in DummyFloat
|
H A D | test_statistics.py | 1163 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 D | test_collections.py | 767 __rsub__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
H A D | datetimetester.py | 533 eq(b.__rsub__(a), td(6, 24*3600 - 60))
|
H A D | test_descr.py | 299 self.assertEqual(float.__rsub__(3.0, 1), -2.0)
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 186 STRUCT_FOR_ID(__rsub__)
|
H A D | pycore_runtime_init.h | 809 INIT_ID(__rsub__), \
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 648 __rsub__ = _fail_with_undefined_error
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/jinja2/ |
H A D | runtime.py | 861 __add__ = __radd__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/python/Objects/ |
H A D | typeobject.c | 7429 SLOT1BIN(slot_nb_subtract, nb_subtract, __sub__, __rsub__) 8106 RBINSLOT("__rsub__", nb_subtract, slot_nb_subtract,
|