Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fun
Function
fun
Lib/test/mp_preload_sysargv.py:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
print(f
"module:{sys.argv[1:]}"
)
9
10
def
fun():
11
# This will be printed when the function is called
12
print(f
"fun:{sys.argv[1:]}"
)
13
14
if
__name__ ==
"__main__"
:
15
ctx = multiprocessing.get_context(
"forkserver"
)
Callers
6
test_false_meta
Method · 0.70
mp_preload_sysargv.py
File · 0.70
eventfun
Method · 0.50
wrapper
Function · 0.50
test
Function · 0.50
plot
Function · 0.50
Calls
no outgoing calls
Tested by
2
test_false_meta
Method · 0.56
wrapper
Function · 0.40