def _build_ast(self, expr, context): return build_ast(expr, context)
def _build_ast(self, expr, params=None): return build_ast(expr, params=params)