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

Method c5

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

Source from the content-addressed store, hash-verified

52 stack_for_c5 = None
53
54 def c5():
55 nonlocal stack_for_c5
56 stack_for_c5 = capture_test_stack(depth=2)
57
58 async def c4():
59 await asyncio.sleep(0)

Callers

nothing calls this directly

Calls 1

capture_test_stackFunction · 0.85

Tested by

no test coverage detected