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.py2824 fut = asyncio.gather(*self.wrap_futures(a, b, c), **kwargs)
2846 fut = asyncio.gather(*self.wrap_futures(a, b, c, d, e))
2864 fut = asyncio.gather(*self.wrap_futures(a, b, c, d),
2914 def wrap_futures(self, *futures): member in FutureGatherTests
3002 def wrap_futures(self, *futures): member in CoroutineGatherTests