aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pandas/py3/pandas/_libs/testing.pyi
blob: 01da496975f512b204defb06fcd19a36e235f97a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
def assert_dict_equal(a, b, compare_keys: bool = ...): ...
def assert_almost_equal(
    a,
    b,
    rtol: float = ...,
    atol: float = ...,
    check_dtype: bool = ...,
    obj=...,
    lobj=...,
    robj=...,
    index_values=...,
): ...