Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ outer
Method
outer
Lib/test/test_generators.py:499–504 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
497
yield
"doing"
498
499
def
outer():
500
try
:
501
raise
TypeError
502
except
:
503
for
x in gen():
504
yield
x
505
506
try
:
507
raise
ValueError
Callers
nothing calls this directly
Calls
1
gen
Function · 0.70
Tested by
no test coverage detected