Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ gen
Function
gen
Lib/test/test_monitoring.py:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
pass
32
33
def
gen():
34
yield
35
yield
36
37
def
g1():
38
for
_ in gen():
Callers
6
g1
Function · 0.70
implicit_stop_iteration
Method · 0.70
func
Method · 0.70
f
Method · 0.70
foo
Method · 0.70
foo
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected