def pcrRAnd(self, number):
    return operations.pcrand(number, self)
Example #2
0
def pcrRAnd(self, number):
  return operations.pcrand(number, self)
def pcrAnd(self, field):
    return operations.pcrand(self, field)
Example #4
0
def pcrAnd(self, field):
  return operations.pcrand(self, field)