def parse_expr_cached()

in src/math_verify/parser.py [0:0]


def parse_expr_cached(expr: str):
    return parse_expr(expr, evaluate=False)