MCPcopy 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

setFunction · 0.85
barFunction · 0.50
waitMethod · 0.45
assertEqualMethod · 0.45
exceptionMethod · 0.45

Tested by

no test coverage detected