Home
last modified time | relevance | path

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

/third_party/python/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.py268 result._asyncio_future_blocking = False
/third_party/python/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
639 del fut._asyncio_future_blocking
/third_party/python/Doc/library/
Dasyncio-future.rst28 * a Future-like object with a ``_asyncio_future_blocking``
/third_party/python/Modules/
D_asynciomodule.c14 _Py_IDENTIFIER(_asyncio_future_blocking);