Home
last modified time | relevance | path

Searched refs:__xor__ (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/
H A Dnumbers.py354 def __xor__(self, other): member in Integral
H A D_weakrefset.py182 __xor__ = symmetric_difference variable in WeakSet
H A Doperator.py448 __xor__ = xor variable
H A D_collections_abc.py623 def __xor__(self, other): member in Set
630 __rxor__ = __xor__
H A Denum.py603 # for Flag, add __or__, __and__, __xor__, and __invert__
606 '__or__', '__and__', '__xor__',
1525 def __xor__(self, other): member in Flag
1549 __rxor__ = __xor__
1687 body['__xor__'] = Flag.__xor__
/third_party/python/Lib/test/
H A Dtest_augassign.py206 def __xor__(self, val): member in AugAssignTest.testCustomMethods2.testall
207 output.append("__xor__ called")
314 __xor__ called
/third_party/python/Include/internal/
H A Dpycore_global_strings.h210 STRUCT_FOR_ID(__xor__)
H A Dpycore_runtime_init.h833 INIT_ID(__xor__), \
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py835 def __xor__(self, y): member in NonStandardInteger
/third_party/python/Objects/
H A Dtypeobject.c7524 SLOT1BIN(slot_nb_xor, nb_xor, __xor__, __rxor__)
8137 BINSLOT("__xor__", nb_xor, slot_nb_xor, "^"),

Completed in 20 milliseconds