Пример #1
0
 def __lshift__(self, other):
     res = cbits(n=self.n+other)
     inst.shlcbi(res, self, other)
     return res
Пример #2
0
 def __lshift__(self, other):
     res = cbits.get_type(self.n+other)()
     inst.shlcbi(res, self, other)
     return res