Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ foo
Method
foo
Lib/test/test_asyncio/test_tasks.py:311–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
T = None
310
311
async
def
foo():
312
await bar()
313
314
async
def
bar():
315
# test get_stack()
Callers
nothing calls this directly
Calls
5
set
Function · 0.85
bar
Function · 0.50
wait
Method · 0.45
assertEqual
Method · 0.45
exception
Method · 0.45
Tested by
no test coverage detected