MCPcopy Index your code
hub / github.com/numpy/numpy / test_unnamed_file

Method test_unnamed_file

numpy/_core/tests/test_memmap.py:60–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 del fp
59
60 def test_unnamed_file(self):
61 with TemporaryFile() as f:
62 fp = memmap(f, dtype=self.dtype, shape=self.shape)
63 del fp
64
65 def test_attributes(self):
66 offset = 1

Callers

nothing calls this directly

Calls 1

memmapClass · 0.90

Tested by

no test coverage detected