MCPcopy Index your code
hub / github.com/RustPython/RustPython / Pool

Method Pool

Lib/test/_test_multiprocessing.py:6649–6650  ·  view source on GitHub ↗
(cls, *args, **kwds)

Source from the content-addressed store, hash-verified

6647
6648 @classmethod
6649 def Pool(cls, *args, **kwds):
6650 return cls.manager.Pool(*args, **kwds)
6651
6652 @classmethod
6653 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