Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/multiprocessing/managers.py:659–660 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
657
return
self
658
659
def
__exit__(self, exc_type, exc_val, exc_tb):
660
self.shutdown()
661
662
@staticmethod
663
def
_finalize_manager(process, address, authkey, state, _Client,
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected