/third_party/python/Tools/demo/ |
D | vector.py | 57 def __sub__(self, other): member in Vec
|
/third_party/python/Lib/ |
D | numbers.py | 91 def __sub__(self, other): member in Complex
|
D | _weakrefset.py | 131 __sub__ = difference variable in WeakSet
|
D | operator.py | 439 __sub__ = sub variable
|
D | fractions.py | 397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | statistics.py | 1063 def __sub__(x1, x2): member in NormalDist
|
D | datetime.py | 651 def __sub__(self, other): member in timedelta 1076 def __sub__(self, other): member in date 2121 def __sub__(self, other): member in datetime
|
D | _collections_abc.py | 596 def __sub__(self, other): member in Set
|
D | _pydecimal.py | 1245 def __sub__(self, other, context=None): member in Decimal 1265 return other.__sub__(self, context=context) 3518 return self.__sub__(_dec_from_triple(0, '1', context.Etiny()-1), 5510 r = a.__sub__(b, context=self)
|
D | ipaddress.py | 603 def __sub__(self, other): member in _BaseAddress
|
/third_party/python/Lib/test/ |
D | test_augassign.py | 130 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_fractions.py | 44 def __sub__(self, other): member in DummyFloat 46 __rsub__ = __sub__
|
D | test_binop.py | 94 def __sub__(self, other): member in Rat
|
D | test_collections.py | 2177 (Counter.__sub__, lambda x, y: max(0, x-y)), 2194 (Counter.__sub__, set.__sub__), 2235 (Counter.__isub__, Counter.__sub__),
|
D | test_statistics.py | 1202 def __sub__(self, other): member in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat 1203 return type(self)(super().__sub__(other))
|
/third_party/python/Lib/email/ |
D | _parseaddr.py | 532 def __sub__(self, other): member in AddressList
|
/third_party/python/Doc/library/ |
D | collections.abc.rst | 66 … ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
|
D | operator.rst | 181 __sub__(a, b)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | runtime.py | 647 __float__ = __complex__ = __pow__ = __rpow__ = __sub__ = \
|
/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 | 107 [[`self - r`][`__sub__`][`x - y`]]
|
/third_party/boringssl/src/third_party/googletest/scripts/ |
D | pump.py | 122 def __sub__(self, offset): member in Cursor
|
/third_party/googletest/googletest/scripts/ |
D | pump.py | 122 def __sub__(self, offset): member in Cursor
|
/third_party/python/Lib/collections/ |
D | __init__.py | 768 def __sub__(self, other): member in Counter
|