Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dbase_futures.py22 obj._asyncio_future_blocking is not None)
Dfutures.py67 _asyncio_future_blocking = False variable in Future
283 self._asyncio_future_blocking = True
Dtasks.py292 result._asyncio_future_blocking = False
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py37 _asyncio_future_blocking = False variable in DuckFuture
78 self._asyncio_future_blocking = True
114 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
117 self._asyncio_future_blocking = False
597 del fut._asyncio_future_blocking
/external/python/cpython3/Doc/library/
Dasyncio-future.rst28 * a Future-like object with a ``_asyncio_future_blocking``
/external/python/cpython3/Modules/
D_asynciomodule.c14 _Py_IDENTIFIER(_asyncio_future_blocking);