Пример #1
0
 def __rshift__(self, other):
     res = cbits(n=self.n - other)
     inst.shrci(res, self, other)
     return res
Пример #2
0
 def __rshift__(self, other):
     res = cbits(n=self.n-other)
     inst.shrci(res, self, other)
     return res