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