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

Function localfs_with_mmap

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

Source from the content-addressed store, hash-verified

190
191@pytest.fixture
192def localfs_with_mmap(request, tempdir):
193 return dict(
194 fs=LocalFileSystem(use_mmap=True),
195 pathfn=lambda p: (tempdir / p).as_posix(),
196 allow_move_dir=True,
197 allow_append_to_file=True,
198 )
199
200
201@pytest.fixture

Callers

nothing calls this directly

Calls 1

LocalFileSystemClass · 0.85

Tested by

no test coverage detected