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

Method inner

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

Source from the content-addressed store, hash-verified

206 stack_for_inner = None
207
208 async def inner():
209 await asyncio.sleep(0)
210 nonlocal stack_for_inner
211 stack_for_inner = capture_test_stack()
212
213 async def c1():
214 async with asyncio.timeout(1):

Callers

nothing calls this directly

Calls 2

capture_test_stackFunction · 0.85
sleepMethod · 0.45

Tested by

no test coverage detected