MCPcopy Index your code
hub / github.com/python/cpython / _repopulate_pool

Method _repopulate_pool

Lib/multiprocessing/pool.py:305–312  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303 return cleaned
304
305 def _repopulate_pool(self):
306 return self._repopulate_pool_static(self._ctx, self.Process,
307 self._processes,
308 self._pool, self._inqueue,
309 self._outqueue, self._initializer,
310 self._initargs,
311 self._maxtasksperchild,
312 self._wrap_exception)
313
314 @staticmethod
315 def _repopulate_pool_static(ctx, Process, processes, pool, inqueue,

Callers 2

__init__Method · 0.95

Calls 1

Tested by 1