Home
last modified time | relevance | path

Searched refs:__sub__ (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Tools/demo/
Dvector.py57 def __sub__(self, other): member in Vec
/third_party/python/Lib/
Dnumbers.py91 def __sub__(self, other): member in Complex
D_weakrefset.py131 __sub__ = difference variable in WeakSet
Doperator.py439 __sub__ = sub variable
Dfractions.py397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1063 def __sub__(x1, x2): member in NormalDist
Ddatetime.py651 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.py596 def __sub__(self, other): member in Set
D_pydecimal.py1245 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)
Dipaddress.py603 def __sub__(self, other): member in _BaseAddress
/third_party/python/Lib/test/
Dtest_augassign.py130 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_fractions.py44 def __sub__(self, other): member in DummyFloat
46 __rsub__ = __sub__
Dtest_binop.py94 def __sub__(self, other): member in Rat
Dtest_collections.py2177 (Counter.__sub__, lambda x, y: max(0, x-y)),
2194 (Counter.__sub__, set.__sub__),
2235 (Counter.__isub__, Counter.__sub__),
Dtest_statistics.py1202 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.py532 def __sub__(self, other): member in AddressList
/third_party/python/Doc/library/
Dcollections.abc.rst66 … ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
Doperator.rst181 __sub__(a, b)
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py647 __float__ = __complex__ = __pow__ = __rpow__ = __sub__ = \
/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.qbk107 [[`self - r`][`__sub__`][`x - y`]]
/third_party/boringssl/src/third_party/googletest/scripts/
Dpump.py122 def __sub__(self, offset): member in Cursor
/third_party/googletest/googletest/scripts/
Dpump.py122 def __sub__(self, offset): member in Cursor
/third_party/python/Lib/collections/
D__init__.py768 def __sub__(self, other): member in Counter

12