Ejemplo n.º 1
0
 def __rand__(self, other):
     return _ffi_api.bitwise_and(other, self, None)  # type: ignore
Ejemplo n.º 2
0
 def __rand__(self, other):
     return _ffi_api.bitwise_and(other, self)
Ejemplo n.º 3
0
 def __and__(self, other):
     return _ffi_api.bitwise_and(self, other, None)