Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1250
def
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
1256
def
test_os_file_writer(tmpdir):
Callers
nothing calls this directly
Calls
2
guid
Function · 0.90
join
Method · 0.45
Tested by
no test coverage detected