Home
last modified time | relevance | path

Searched refs:__ixor__ (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/
D_weakrefset.py181 self.__ixor__(other)
182 def __ixor__(self, other): member in WeakSet
Doperator.py464 __ixor__ = ixor variable
D_collections_abc.py614 def __ixor__(self, it): member in MutableSet
/external/python/cpython2/Lib/
D_weakrefset.py189 self.__ixor__(other)
190 def __ixor__(self, other): member in WeakSet
Dsets.py451 def __ixor__(self, other): member in Set
D_abcoll.py338 def __ixor__(self, it): member in MutableSet
/external/python/cpython3/Lib/test/
Dtest_augassign.py210 def __ixor__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py446 def __ixor__ (self, other): return "ixor" member in OperatorTestCase.test_inplace.C
/external/python/cpython2/Lib/test/
Dtest_augassign.py211 def __ixor__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py488 def __ixor__ (self, other): return "ixor" member in OperatorTestCase.test_inplace.C
518 self.assertEqual(operator.__ixor__ (c, 5), "ixor")
/external/python/cpython3/Doc/library/
Dcollections.abc.rst70 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
Doperator.rst555 __ixor__(a, b)
/external/python/cpython2/Modules/
Doperator.c416 spam2(ixor,__ixor__, "a = ixor(a, b) -- Same as a ^= b.")
/external/python/cpython2/Doc/library/
Doperator.rst437 __ixor__(a, b)
Dcollections.rst923 … ``__len__``, ``__iand__``, ``__ixor__``, and ``__isub__``
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py3462 def __ixor__(self, other ): member in Or
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py3462 def __ixor__(self, other ): member in Or
/external/python/cpython2/Misc/
Dcheatsheet1197 s^=o = __ixor__(s,o) s|=o = __ior__(s,o)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2186 object.__ixor__(self, other)
/external/python/cpython3/Doc/reference/
Ddatamodel.rst2345 object.__ixor__(self, other)