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