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