Exemple #1
0
 def __rrshift__(self, other):
     return _ffi_api.right_shift(other, self)
Exemple #2
0
 def __rshift__(self, other):
     print(type(other))
     return _ffi_api.right_shift(self, other, None)
Exemple #3
0
 def __rrshift__(self, other):
     return _ffi_api.right_shift(other, self, None)  # type: ignore
Exemple #4
0
 def __rshift__(self, other):
     return _ffi_api.right_shift(self, other, None)