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

File mp_preload_sysargv.py

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

Source from the content-addressed store, hash-verified

1# gh-143706: Test that sys.argv is correctly set during main module import
2# when using forkserver with __main__ preloading.
3
4import multiprocessing

Callers

nothing calls this directly

Calls 6

funFunction · 0.70
get_contextMethod · 0.45
ProcessMethod · 0.45
startMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected