MCPcopy 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
129def double(x):
130 return x + x
131
132module = sys.modules[__name__]
133

Callers 2

test_memoizeMethod · 0.85
testfuncMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_memoizeMethod · 0.68
testfuncMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…