Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ plus
Function
plus
Doc/includes/mp_workers.py:32–34 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
30
return
a * b
31
32
def
plus(a, b):
33
time.sleep(0.5*random.random())
34
return
a + b
35
36
#
37
#
Callers
nothing calls this directly
Calls
2
sleep
Method · 0.45
random
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…