Example #1
0
 def __lshift__(self, other):
     return _ffi_api.left_shift(self, other)
Example #2
0
 def __rlshift__(self, other):
     return _ffi_api.left_shift(other, self)
Example #3
0
 def __rlshift__(self, other):
     return _ffi_api.left_shift(other, self, None)  # type: ignore