Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ gen
Method
gen
Lib/test/test_frame.py:234–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
return
frame.f_generator
233
234
def
gen():
235
yield
nested()
236
237
g = gen()
238
try
:
Callers
nothing calls this directly
Calls
1
nested
Function · 0.50
Tested by
no test coverage detected