Files
sirh/venv/lib/python3.12/site-packages/pandas/_libs/testing.pyi

15 lines
314 B
Python
Raw Normal View History

2026-04-29 11:52:03 +02:00
from collections.abc import Mapping
def assert_dict_equal(a: Mapping, b: Mapping, compare_keys: bool = ...) -> bool: ...
def assert_almost_equal(
a,
b,
rtol: float = ...,
atol: float = ...,
check_dtype: bool = ...,
obj=...,
lobj=...,
robj=...,
index_values=...,
) -> bool: ...