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

File mp_preload.py

Lib/test/mp_preload.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import multiprocessing
2
3multiprocessing.Lock()
4

Callers

nothing calls this directly

Calls 7

__import__Function · 0.85
LockMethod · 0.80
get_contextMethod · 0.45
ProcessMethod · 0.45
startMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected