Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ MemmapSubClass
Class
MemmapSubClass
numpy/_core/tests/test_memmap.py:191–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
def
test_memmap_subclass(self):
191
class
MemmapSubClass(memmap):
192
pass
193
194
fp = MemmapSubClass(self.tmpfp, dtype=self.dtype, shape=self.shape)
195
fp[:] = self.data
Callers
1
test_memmap_subclass
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_memmap_subclass
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…