def pythonast(self, args, tonative=False): # Note: Numba knows that Python's % is modulo and not remainder (unlike C) return ast.BinOp(args[0], ast.Mod(), args[1])