Home
last modified time | relevance | path

Searched refs:_gather (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py366 async def _gather(*tasks): function
377 self.loop.run_until_complete(_gather(*tasks))
1230 async def _gather(*tasks): function
1241 _gather(*tasks))
H A Dtest_tasks.py2880 fut = self._gather(*self.wrap_futures(a, b, c), **kwargs)
2902 fut = self._gather(*self.wrap_futures(a, b, c, d, e))
2920 fut = self._gather(*self.wrap_futures(a, b, c, d),
2973 def _gather(self, *args, **kwargs): member in FutureGatherTests
3070 def _gather(self, *args, **kwargs): member in CoroutineGatherTests
3112 fut = self._gather(c, c, coro('def'), c)
3178 self._gather(c, {})

Completed in 11 milliseconds