Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __del__
Method
__del__
numpy/lib/npyio.py:225–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
223
self.f = None
# break reference cycle
224
225
def
__del__(self):
226
self.close()
227
228
# Implement the Mapping ABC
229
def
__iter__(self):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected