MCPcopy 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_filenameMethod · 0.45
test_stacklevelMethod · 0.45

Calls 1

innerFunction · 0.50

Tested by

no test coverage detected