Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
inner
Function · 0.50
sleep
Method · 0.45
timeout
Method · 0.45
Tested by
no test coverage detected