Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ outer
Method
outer
Lib/test/test_asyncio/test_tasks.py:443–446 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
441
def
test_task_basics(self):
442
443
async
def
outer():
444
a = await inner1()
445
b = await inner2()
446
return
a+b
447
448
async
def
inner1():
449
return
42
Callers
nothing calls this directly
Calls
4
assertWarns
Method · 0.80
inner
Function · 0.50
wait
Method · 0.45
create_task
Method · 0.45
Tested by
no test coverage detected