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

Function test_memory_map_deref_remove

python/pyarrow/tests/test_io.py:1250–1253  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

1248
1249
1250def test_memory_map_deref_remove(tmpdir):
1251 path = os.path.join(str(tmpdir), guid())
1252 pa.create_memory_map(path, 4096)
1253 os.remove(path) # Shouldn't fail
1254
1255
1256def test_os_file_writer(tmpdir):

Callers

nothing calls this directly

Calls 2

guidFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected