Exemple #1
0
 def __add__(self, other):
     return bitsArithOp(self, other, AllOps.ADD)
Exemple #2
0
 def __sub__(self, other):
     return bitsArithOp(self, other, AllOps.SUB)