Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/test/test_interpreters/utils.py:206–207 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
204
return
self
205
206
def
__exit__(self, *args):
207
self.close()
208
209
@property
210
def
closed(self):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected