def sympy_deep_compare_set_and_tuple()

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


def sympy_deep_compare_set_and_tuple(
    gold: SympyFiniteSet | Tuple,
    pred: SympyFiniteSet | Tuple,
    float_rounding: int,
    numeric_precision: int,