def pythonast(self, args, tonative=False): return reduce(lambda x, y: ast.BinOp(x, ast.Mult(), y), args)