Exemplo n.º 1
0
 def __add__(self, other):
     return bitsArithOp(self, other, AllOps.ADD)
Exemplo n.º 2
0
 def __sub__(self, other):
     return bitsArithOp(self, other, AllOps.SUB)