Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __exit__
Method
__exit__
numpy/lib/_npyio_impl.py:213–214 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
211
return
self
212
213
def
__exit__(self, exc_type, exc_value, traceback):
214
self.close()
215
216
def
close(self):
217
""
"
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected