def pcrRMod(self, number): return operations.pcrmod(number, self)
def pcrMod(self, field): return operations.pcrmod(self, field)