Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_unnamed_file
Method
test_unnamed_file
numpy/core/tests/test_memmap.py:53–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
del fp
52
53
def
test_unnamed_file(self):
54
with
TemporaryFile()
as
f:
55
fp = memmap(f, dtype=self.dtype, shape=self.shape)
56
del fp
57
58
def
test_attributes(self):
59
offset = 1
Callers
nothing calls this directly
Calls
1
memmap
Class · 0.90
Tested by
no test coverage detected