示例#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)