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