Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mul
Function
mul
Doc/includes/mp_pool.py:20–22 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
18
return
calculate(*args)
19
20
def
mul(a, b):
21
time.sleep(0.5 * random.random())
22
return
a * b
23
24
def
plus(a, b):
25
time.sleep(0.5 * random.random())
Callers
nothing calls this directly
Calls
2
sleep
Method · 0.45
random
Method · 0.45
Tested by
no test coverage detected