Exemplo n.º 1
0
 def __rshift__(self, other):
     res = cbits(n=self.n - other)
     inst.shrci(res, self, other)
     return res
Exemplo n.º 2
0
 def __rshift__(self, other):
     res = cbits(n=self.n-other)
     inst.shrci(res, self, other)
     return res