Home
last modified time | relevance | path

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

12

/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/cpython3/Lib/
D_weakrefset.py134 self.__isub__(other)
135 def __isub__(self, other): member in WeakSet
Doperator.py458 __isub__ = isub variable
D_collections_abc.py644 def __isub__(self, it): member in MutableSet
/external/python/cpython3/Lib/test/
Dtest_augassign.py134 def __isub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py464 def __isub__ (self, other): return "isub" member in OperatorTestCase.test_inplace.C
/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/llvm-project/lldb/examples/python/
Dsbvalue.py175 def __isub__(self, other): member in variable
/external/python/cpython2/Lib/email/
D_parseaddr.py488 def __isub__(self, other): member in AddressList
/external/python/cpython3/Lib/email/
D_parseaddr.py540 def __isub__(self, other): member in AddressList
/external/python/cpython3/Doc/library/
Dcollections.abc.rst70 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
Doperator.rst545 __isub__(a, b)
/external/python/cpython2/Modules/
Doperator.c407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py1635 def __sub__(self, other): return self.copy().__isub__(other)
1668 def __isub__(self, other): member in GlyphCoordinates
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig406 def __isub__(self, other):
/external/python/cpython2/Doc/library/
Drfc822.rst335 .. method:: AddressList.__isub__(alist)
Doperator.rst420 __isub__(a, b)
Dcollections.rst923 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
/external/python/cpython3/Lib/collections/
D__init__.py863 def __isub__(self, other): member in Counter
/external/tensorflow/tensorflow/python/ops/
Dvariables.py2686 def __isub__(self, other): member in RefVariable
Dresource_variable_ops.py1404 def __isub__(self, unused_other): member in BaseResourceVariable

12