Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ cleared_fs
Function
cleared_fs
pandas/tests/io/test_fsspec.py:67–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
@pytest.fixture
67
def
cleared_fs():
68
fsspec = pytest.importorskip(
"fsspec"
)
69
70
memfs = fsspec.filesystem(
"memory"
)
71
yield
memfs
72
memfs.store.clear()
73
74
75
def
test_read_csv(cleared_fs, df1):
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected