(self)
| 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, |