MCPcopy 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

assertWarnsMethod · 0.80
innerFunction · 0.50
waitMethod · 0.45
create_taskMethod · 0.45

Tested by

no test coverage detected