Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/test/audit-tests.py:32–33 ·
view source on GitHub ↗
(self, *a)
Source
from the content-addressed store, hash-verified
30
return
self
31
32
def
__exit__(self, *a):
33
self.close()
34
35
def
close(self):
36
self.closed = True
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected