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

Method deep

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

Source from the content-addressed store, hash-verified

151 stack_for_deep = None
152
153 async def deep():
154 await asyncio.sleep(0)
155 nonlocal stack_for_deep
156 stack_for_deep = capture_test_stack()
157
158 async def c1():
159 await asyncio.sleep(0)

Callers

nothing calls this directly

Calls 2

capture_test_stackFunction · 0.85
sleepMethod · 0.45

Tested by

no test coverage detected