Home
last modified time | relevance | path

Searched refs:__isub__ (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/
D_weakrefset.py135 self.__isub__(other)
136 def __isub__(self, other): member in WeakSet
Dsets.py471 def __isub__(self, other): member in Set
D_abcoll.py351 def __isub__(self, it): member in MutableSet
Drfc822.py814 def __isub__(self, other): member in AddressList
/external/python/cpython2/Lib/test/
Dtest_augassign.py138 def __isub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py486 def __isub__ (self, other): return "isub" member in OperatorTestCase.test_inplace.C
516 self.assertEqual(operator.__isub__ (c, 5), "isub")
/external/python/cpython2/Lib/email/
D_parseaddr.py488 def __isub__(self, other): member in AddressList
/external/python/cpython2/Modules/
Doperator.c407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
/external/python/cpython2/Doc/library/
Drfc822.rst335 .. method:: AddressList.__isub__(alist)
Doperator.rst420 __isub__(a, b)
Dcollections.rst919 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
/external/python/cpython2/Doc/whatsnew/
D2.0.rst359 named :meth:`__iadd__`, :meth:`__isub__`, etc. For example, the following
/external/python/cpython2/Misc/
Dcheatsheet1192 s+=o = __iadd__(s,o) s-=o = __isub__(s,o)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2164 object.__isub__(self, other)