Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ double
Function
double
Tools/ftscalingbench/ftscalingbench.py:129–130 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
127
return
accu
128
129
def
double(x):
130
return
x + x
131
132
module = sys.modules[__name__]
133
Callers
2
test_memoize
Method · 0.85
testfunc
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_memoize
Method · 0.68
testfunc
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…