Searched refs:_asyncio_future_blocking (Results 1 – 6 of 6) sorted by relevance
22 obj._asyncio_future_blocking is not None)
67 _asyncio_future_blocking = False variable in Future283 self._asyncio_future_blocking = True
292 result._asyncio_future_blocking = False
37 _asyncio_future_blocking = False variable in DuckFuture78 self._asyncio_future_blocking = True114 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture117 self._asyncio_future_blocking = False597 del fut._asyncio_future_blocking
28 * a Future-like object with a ``_asyncio_future_blocking``
14 _Py_IDENTIFIER(_asyncio_future_blocking);