Home
last modified time | relevance | path

Searched refs:ensure_clean_dir (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/
H A Dtest_parquet.py738 with tm.ensure_clean_dir() as path:
752 with tm.ensure_clean_dir() as path:
769 with tm.ensure_clean_dir() as path_str:
954 with tm.ensure_clean_dir() as path:
971 with tm.ensure_clean_dir() as path:
988 with tm.ensure_clean_dir() as path:
1006 with tm.ensure_clean_dir() as path:
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/util/
H A Dtest_util.py48 with tm.ensure_clean_dir() as path:
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A D_testing.py628 def ensure_clean_dir(): function