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