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