Searched refs:__xor__ (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/ |
D | enum.py | 918 def __xor__(self, other): member in Flag 991 def __xor__(self, other): member in IntFlag 998 __rxor__ = __xor__
|
D | numbers.py | 354 def __xor__(self, other): member in Integral
|
D | _weakrefset.py | 183 __xor__ = symmetric_difference variable in WeakSet
|
D | _collections_abc.py | 665 def __xor__(self, other): member in Set 672 __rxor__ = __xor__
|
D | operator.py | 441 __xor__ = xor variable
|
/third_party/python/Lib/test/ |
D | test_augassign.py | 206 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
/third_party/python/Doc/library/ |
D | collections.abc.rst | 149 … ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
|
D | operator.rst | 198 __xor__(a, b)
|
D | unittest.mock.rst | 2025 ``__rshift__``, ``__and__``, ``__xor__``, ``__or__``, and ``__pow__``
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 835 def __xor__(self, y): member in NonStandardInteger
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 1363 must be integers or one of them must be a custom object overriding :meth:`__xor__` or
|
D | datamodel.rst | 2548 object.__xor__(self, other)
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 259 …`~PyNumberMethods.nb_xor` | :c:type:`binaryfunc` | __xor__ |
|