Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ MemmapSubClass
Class
MemmapSubClass
numpy/core/tests/test_memmap.py:183–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
def
test_memmap_subclass(self):
183
class
MemmapSubClass(memmap):
184
pass
185
186
fp = MemmapSubClass(self.tmpfp, dtype=self.dtype, shape=self.shape)
187
fp[:] = self.data
Callers
1
test_memmap_subclass
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_memmap_subclass
Method · 0.68