Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1003 def coro1(): function
1011 a = self.new_task(self.loop, coro1())
1654 async def coro1(loop): function
1666 task1 = self.new_task(self.loop, coro1(self.loop))
3251 def coro1(): function
3260 return await asyncio.gather(coro1(), coro2(), loop=self.loop)
Dtest_events.py254 def coro1(): function
260 self.loop.run_until_complete(coro1())
/external/python/cpython3/Lib/test/
Dtest_coroutines.py1111 async def coro1(): function
1117 return await Wrapper(coro1())