MCPcopy 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

setUpClassMethod · 0.45
test_async_timeoutMethod · 0.45
test_make_poolMethod · 0.45
test_terminateMethod · 0.45
test_empty_iterableMethod · 0.45
test_contextMethod · 0.45
test_tracebackMethod · 0.45
test_map_no_failfastMethod · 0.45
test_enterMethod · 0.45
test_resource_warningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected