/external/python/cpython2/Lib/ |
D | _weakrefset.py | 135 self.__isub__(other) 136 def __isub__(self, other): member in WeakSet
|
D | sets.py | 471 def __isub__(self, other): member in Set
|
D | _abcoll.py | 351 def __isub__(self, it): member in MutableSet
|
D | rfc822.py | 814 def __isub__(self, other): member in AddressList
|
/external/python/cpython3/Lib/ |
D | _weakrefset.py | 134 self.__isub__(other) 135 def __isub__(self, other): member in WeakSet
|
D | operator.py | 458 __isub__ = isub variable
|
D | _collections_abc.py | 644 def __isub__(self, it): member in MutableSet
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 134 def __isub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 464 def __isub__ (self, other): return "isub" member in OperatorTestCase.test_inplace.C
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 138 def __isub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 486 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/ |
D | sbvalue.py | 175 def __isub__(self, other): member in variable
|
/external/python/cpython2/Lib/email/ |
D | _parseaddr.py | 488 def __isub__(self, other): member in AddressList
|
/external/python/cpython3/Lib/email/ |
D | _parseaddr.py | 540 def __isub__(self, other): member in AddressList
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 70 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
|
D | operator.rst | 545 __isub__(a, b)
|
/external/python/cpython2/Modules/ |
D | operator.c | 407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 1635 def __sub__(self, other): return self.copy().__isub__(other) 1668 def __isub__(self, other): member in GlyphCoordinates
|
/external/llvm-project/lldb/bindings/python/ |
D | python-extensions.swig | 406 def __isub__(self, other):
|
/external/python/cpython2/Doc/library/ |
D | rfc822.rst | 335 .. method:: AddressList.__isub__(alist)
|
D | operator.rst | 420 __isub__(a, b)
|
D | collections.rst | 923 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 863 def __isub__(self, other): member in Counter
|
/external/tensorflow/tensorflow/python/ops/ |
D | variables.py | 2686 def __isub__(self, other): member in RefVariable
|
D | resource_variable_ops.py | 1404 def __isub__(self, unused_other): member in BaseResourceVariable
|