Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/multiprocessing/connection.py:269–270 ·
view source on GitHub ↗
(self, exc_type, exc_value, exc_tb)
Source
from the content-addressed store, hash-verified
267
return
self
268
269
def
__exit__(self, exc_type, exc_value, exc_tb):
270
self.close()
271
272
273
if
_winapi:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected