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

Function active_children

Lib/multiprocessing/process.py:43–48  ·  view source on GitHub ↗

Return list of process objects corresponding to live child processes

()

Source from the content-addressed store, hash-verified

41 return _current_process
42
43def active_children():
44 '''
45 Return list of process objects corresponding to live child processes
46 '''
47 _cleanup()
48 return list(_children)
49
50
51def parent_process():

Callers 1

_exit_functionFunction · 0.70

Calls 2

listClass · 0.85
_cleanupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…