Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/multiprocessing/pool.py:738–739 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
736
return
self
737
738
def
__exit__(self, exc_type, exc_val, exc_tb):
739
self.terminate()
740
741
#
742
# Class whose instances are returned by `Pool.apply_async()`
Callers
nothing calls this directly
Calls
1
terminate
Method · 0.95
Tested by
no test coverage detected