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

Method c1

Lib/test/test_asyncio/test_graph.py:68–69  ·  view source on GitHub ↗
(task)

Source from the content-addressed store, hash-verified

66 await c3()
67
68 async def c1(task):
69 await task
70
71 async def main():
72 async with asyncio.TaskGroup() as tg:

Callers

nothing calls this directly

Calls 3

innerFunction · 0.50
sleepMethod · 0.45
timeoutMethod · 0.45

Tested by

no test coverage detected