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