Files
ai_wht_B/venv/Lib/site-packages/pandas/_libs/testing.pyi
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

13 lines
243 B
Python

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=...,
): ...