Home
last modified time | relevance | path

Searched refs:__xor__ (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Lib/
Denum.py740 def __xor__(self, other): member in Flag
806 def __xor__(self, other): member in IntFlag
813 __rxor__ = __xor__
Dnumbers.py350 def __xor__(self, other): member in Integral
D_weakrefset.py178 __xor__ = symmetric_difference variable in WeakSet
D_collections_abc.py512 def __xor__(self, other): member in Set
519 __rxor__ = __xor__
Doperator.py445 __xor__ = xor variable
/external/python/cpython2/Lib/
Dnumbers.py351 def __xor__(self, other): member in Integral
D_abcoll.py235 def __xor__(self, other): member in Set
242 __rxor__ = __xor__
D_weakrefset.py186 __xor__ = symmetric_difference variable in WeakSet
Dsets.py219 def __xor__(self, other): member in BaseSet
/external/python/cpython2/Lib/test/
Dtest_augassign.py207 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall
/external/python/cpython3/Lib/test/
Dtest_augassign.py206 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall
/external/python/cpython2/Demo/classes/
Dbitvec.py293 def __xor__(self, otherseq, *rest): member in BitVec
/external/python/cpython3/Doc/library/
Dcollections.abc.rst66 … ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
Doperator.rst193 __xor__(a, b)
Dunittest.mock.rst1674 ``__rshift__``, ``__and__``, ``__xor__``, ``__or__``, and ``__pow__``
/external/scapy/scapy/
Dpipetool.py248 def __xor__(self, other): member in _ConnectorLogic
/external/python/cpython2/Modules/
Doperator.c404 spam2(xor,__xor__, "xor(a, b) -- Same as a ^ b.")
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py458 def __xor__(self, other): member in LabeledTensor
/external/python/cpython2/Doc/library/
Doperator.rst205 __xor__(a, b)
Dcollections.rst915 … :class:`Container` ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
/external/python/cpython2/Misc/
Dcheatsheet1187 s^o = __xor__(s,o) s|o = __or__(s,o)
/external/python/cpython3/Doc/reference/
Ddatamodel.rst2143 object.__xor__(self, other)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2090 object.__xor__(self, other)