예제 #1
0
파일: bitsVal.py 프로젝트: saislam/hwt
 def __add__(self, other):
     return bitsArithOp(self, other, AllOps.ADD)
예제 #2
0
파일: bitsVal.py 프로젝트: saislam/hwt
 def __sub__(self, other):
     return bitsArithOp(self, other, AllOps.SUB)