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

Function localfs

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

Source from the content-addressed store, hash-verified

150
151@pytest.fixture
152def localfs(request, tempdir):
153 return dict(
154 fs=LocalFileSystem(),
155 pathfn=lambda p: (tempdir / p).as_posix(),
156 allow_move_dir=True,
157 allow_append_to_file=True,
158 )
159
160
161@pytest.fixture

Callers

nothing calls this directly

Calls 1

LocalFileSystemClass · 0.85

Tested by

no test coverage detected