Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __exit__
Method
__exit__
numpy/lib/npyio.py:209–210 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
207
return
self
208
209
def
__exit__(self, exc_type, exc_value, traceback):
210
self.close()
211
212
def
close(self):
213
""
"
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected