MCPcopy Create free account
hub / github.com/KmBase/ScienceReading / children

Method children

embedded/site-packages/psutil/__init__.py:924–992  ·  view source on GitHub ↗

Return the children of this process as a list of Process instances, pre-emptively checking whether PID has been reused. If *recursive* is True return all the parent descendants. Example (A == this process): A ─┐ │ ├─ B (child) ─┐

(self, recursive=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

test_childrenMethod · 0.95
reap_childrenFunction · 0.45
runMethod · 0.45
test_combosMethod · 0.45

Calls 8

_raise_if_pid_reusedMethod · 0.95
create_timeMethod · 0.95
_ppid_mapFunction · 0.85
popMethod · 0.80
ProcessClass · 0.70
itemsMethod · 0.45
appendMethod · 0.45
addMethod · 0.45

Tested by 6

test_childrenMethod · 0.76
test_combosMethod · 0.36