Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Pool
Method
Pool
Lib/test/_test_multiprocessing.py:7278–7279 ·
view source on GitHub ↗
(cls, *args, **kwds)
Source
from the content-addressed store, hash-verified
7276
7277
@classmethod
7278
def
Pool(cls, *args, **kwds):
7279
return
cls.manager.Pool(*args, **kwds)
7280
7281
@classmethod
7282
def
setUpClass(cls):
Callers
15
setUpClass
Method · 0.45
test_async_timeout
Method · 0.45
test_make_pool
Method · 0.45
test_terminate
Method · 0.45
test_empty_iterable
Method · 0.45
test_context
Method · 0.45
test_traceback
Method · 0.45
test_wrapped_exception
Method · 0.45
test_map_no_failfast
Method · 0.45
test_enter
Method · 0.45
test_resource_warning
Method · 0.45
test_async_error_callback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected