Beispiel #1
0
 def __rxor__(self, other):
     return _ffi_api.bitwise_xor(other, self, None)  # type: ignore
Beispiel #2
0
 def __rxor__(self, other):
     return _ffi_api.bitwise_xor(other, self)
Beispiel #3
0
 def __xor__(self, other):
     return _ffi_api.bitwise_xor(self, other, None)