Home
last modified time | relevance | path

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

/third_party/python/Lib/
Denum.py918 def __xor__(self, other): member in Flag
991 def __xor__(self, other): member in IntFlag
998 __rxor__ = __xor__
Dnumbers.py354 def __xor__(self, other): member in Integral
D_weakrefset.py183 __xor__ = symmetric_difference variable in WeakSet
D_collections_abc.py665 def __xor__(self, other): member in Set
672 __rxor__ = __xor__
Doperator.py441 __xor__ = xor variable
/third_party/python/Lib/test/
Dtest_augassign.py206 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall
/third_party/python/Doc/library/
Dcollections.abc.rst149 … ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
Doperator.rst198 __xor__(a, b)
Dunittest.mock.rst2025 ``__rshift__``, ``__and__``, ``__xor__``, ``__or__``, and ``__pow__``
/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py835 def __xor__(self, y): member in NonStandardInteger
/third_party/python/Doc/reference/
Dexpressions.rst1363 must be integers or one of them must be a custom object overriding :meth:`__xor__` or
Ddatamodel.rst2548 object.__xor__(self, other)
/third_party/python/Doc/c-api/
Dtypeobj.rst259 …`~PyNumberMethods.nb_xor` | :c:type:`binaryfunc` | __xor__ |