Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ simple_gen
Function
simple_gen
Tools/ftscalingbench/ftscalingbench.py:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
x *= 1.01
91
92
def
simple_gen():
93
for
i in range(10):
94
yield
i
95
96
@register_benchmark
97
def
generator():
Callers
2
run_gen
Method · 0.85
generator
Function · 0.85
Calls
no outgoing calls
Tested by
1
run_gen
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…