Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ teardown_method
Method
teardown_method
numpy/_core/tests/test_memmap.py:35–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
self.data = arange(12, dtype=self.dtype).reshape(self.shape)
34
35
def
teardown_method(self):
36
self.tmpfp.close()
37
self.data = None
38
39
def
test_roundtrip(self):
40
# Write data to file
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected