MCPcopy Create free account
hub / github.com/EasyIME/PIME / _cleanup

Method _cleanup

python/python3/tornado/process.py:341–343  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

339
340 @classmethod
341 def _cleanup(cls) -> None:
342 for pid in list(cls._waiting.keys()): # make a copy
343 cls._try_cleanup_process(pid)
344
345 @classmethod
346 def _try_cleanup_process(cls, pid: int) -> None:

Callers

nothing calls this directly

Calls 2

listFunction · 0.85
_try_cleanup_processMethod · 0.80

Tested by

no test coverage detected