Esempio n. 1
0
 def __ror__(self, other):
     return _ffi_api.bitwise_or(other, self, None)  # type: ignore
Esempio n. 2
0
 def __ror__(self, other):
     return _ffi_api.bitwise_or(other, self)
Esempio n. 3
0
 def __or__(self, other):
     return _ffi_api.bitwise_or(self, other, None)