コード例 #1
0
def pcrRAnd(self, number):
    return operations.pcrand(number, self)
コード例 #2
0
ファイル: operators.py プロジェクト: Imme1992/wflow
def pcrRAnd(self, number):
  return operations.pcrand(number, self)
コード例 #3
0
def pcrAnd(self, field):
    return operations.pcrand(self, field)
コード例 #4
0
ファイル: operators.py プロジェクト: Imme1992/wflow
def pcrAnd(self, field):
  return operations.pcrand(self, field)