Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py89 g = asyncio.wrap_future(f)
438 f2 = asyncio.wrap_future(f1, loop=self.loop)
447 f2 = asyncio.wrap_future(f1)
457 f2 = asyncio.wrap_future(f1)
463 f2 = asyncio.wrap_future(f1, loop=self.loop)
471 f2 = asyncio.wrap_future(f1, loop=self.loop)
/external/python/cpython3/Lib/asyncio/
Dfutures.py368 def wrap_future(future, *, loop=None): function
Dbase_events.py751 return futures.wrap_future(
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_rpc_test.py393 def wrap_future(future): function
414 wrap_future(inner_response_future))
/external/python/cpython3/Doc/library/
Dasyncio-future.rst54 .. function:: wrap_future(future, \*, loop=None)