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