MCPcopy Create free account
hub / github.com/apache/arrow / subtree_localfs

Function subtree_localfs

python/pyarrow/tests/test_fs.py:202–208  ·  view source on GitHub ↗
(request, tempdir, localfs)

Source from the content-addressed store, hash-verified

200
201@pytest.fixture
202def subtree_localfs(request, tempdir, localfs):
203 return dict(
204 fs=SubTreeFileSystem(str(tempdir), localfs['fs']),
205 pathfn=lambda p: p,
206 allow_move_dir=True,
207 allow_append_to_file=True,
208 )
209
210
211@pytest.fixture

Callers

nothing calls this directly

Calls 1

SubTreeFileSystemClass · 0.85

Tested by

no test coverage detected