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