def pcrRAdd(self, number):
    return operations.pcrbadd(number, self)
예제 #2
0
파일: operators.py 프로젝트: Imme1992/wflow
def pcrRAdd(self, number):
  return operations.pcrbadd(number, self)
def pcrAdd(self, field):
    return operations.pcrbadd(self, field)
예제 #4
0
파일: operators.py 프로젝트: Imme1992/wflow
def pcrAdd(self, field):
  return operations.pcrbadd(self, field)