MCPcopy 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
92def simple_gen():
93 for i in range(10):
94 yield i
95
96@register_benchmark
97def generator():

Callers 2

run_genMethod · 0.85
generatorFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_genMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…