Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ outer
Method
outer
Lib/test/test_capi/test_misc.py:2865–2866 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2863
def
inner():
2864
yield
42
2865
def
outer():
2866
yield
from
inner()
2867
def
func():
2868
list(outer())
2869
names = [
"func"
,
"outer"
,
"outer"
,
"inner"
,
"inner"
,
"outer"
,
"inner"
]
Callers
3
test_filename
Method · 0.45
test_stacklevel
Method · 0.45
test_skip_file_prefixes_file_path
Method · 0.45
Calls
1
inner
Function · 0.50
Tested by
no test coverage detected