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:1251–1254 ·
view source on GitHub ↗
(tmpdir)
Source
from the content-addressed store, hash-verified
1249
1250
1251
def
test_memory_map_deref_remove(tmpdir):
1252
path = os.path.join(str(tmpdir), guid())
1253
pa.create_memory_map(path, 4096)
1254
os.remove(path)
# Shouldn't fail
1255
1256
1257
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