Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py67 _asyncio_future_blocking = False variable in Future
259 self._asyncio_future_blocking = True
Dbase_futures.py31 obj._asyncio_future_blocking is not None)
Dtasks.py257 result._asyncio_future_blocking = False
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py33 _asyncio_future_blocking = False variable in DuckFuture
74 self._asyncio_future_blocking = True
110 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
113 self._asyncio_future_blocking = False
572 del fut._asyncio_future_blocking
/external/python/cpython3/Doc/library/
Dasyncio-future.rst23 * a Future-like object with a ``_asyncio_future_blocking``