MCPcopy Index your code
hub / github.com/python/cpython / process.py

File process.py

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

Source from the content-addressed store, hash-verified

1#
2# Module providing the `Process` class which emulates `threading.Thread`
3#
4# multiprocessing/process.py

Callers

nothing calls this directly

Calls 7

WeakSetClass · 0.90
_MainProcessClass · 0.85
setFunction · 0.85
listClass · 0.85
abspathMethod · 0.45
countMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected