MCPcopy Index your code
hub / github.com/python/cpython / gen_nested_call

Method gen_nested_call

Lib/test/test_asyncio/test_graph.py:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 stack_for_gen_nested_call = None
116
117 async def gen_nested_call():
118 nonlocal stack_for_gen_nested_call
119 stack_for_gen_nested_call = capture_test_stack()
120
121 async def gen():
122 for num in range(2):

Callers

nothing calls this directly

Calls 1

capture_test_stackFunction · 0.85

Tested by

no test coverage detected