Home
last modified time | relevance | path

Searched refs:coro2 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py734 async def coro2(g): function
747 g.create_task(coro2(g))
H A Dtest_locks.py1439 async def coro2(): function
1450 asyncio.create_task(coro2())
H A Dtest_tasks.py1178 async def coro2(): function
1183 b = self.new_task(self.loop, coro2())
1794 async def coro2(loop): function
1801 task2 = self.new_task(self.loop, coro2(self.loop))
H A Dtest_events.py281 async def coro2(): function
290 RuntimeError, self.loop.run_until_complete, coro2())
/third_party/python/Lib/test/
H A Dtest_coroutines.py1136 async def coro2(): function
1139 c = coro2()
1144 c = coro2()

Completed in 15 milliseconds