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