Home
last modified time | relevance | path

Searched refs:coroutine_function (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py33 async def coroutine_function(): function
2277 coro = coroutine_function()
2288 coro = coroutine_function()
2538 task = self.new_task(self.loop, coroutine_function())
2851 coro = coroutine_function()
3755 asyncio.wait([coroutine_function()]))
3757 task = self.loop.create_task(coroutine_function())
3760 asyncio.wait([task, coroutine_function()]))