Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py3229 fut = asyncio.gather(*self.wrap_futures(a, b, c), **kwargs)
3251 fut = asyncio.gather(*self.wrap_futures(a, b, c, d, e))
3269 fut = asyncio.gather(*self.wrap_futures(a, b, c, d),
3319 def wrap_futures(self, *futures): member in FutureGatherTests
3408 def wrap_futures(self, *futures): member in CoroutineGatherTests