Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
H A Dbase_futures.py18 itself as duck-type compatible by setting _asyncio_future_blocking.
21 return (hasattr(obj.__class__, '_asyncio_future_blocking') and
22 obj._asyncio_future_blocking is not None)
H A Dfutures.py68 _asyncio_future_blocking = False variable in Future
286 self._asyncio_future_blocking = True
H A Dtasks.py287 blocking = getattr(result, '_asyncio_future_blocking', None)
303 result._asyncio_future_blocking = False
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py37 _asyncio_future_blocking = False variable in DuckFuture
78 self._asyncio_future_blocking = True
119 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
122 self._asyncio_future_blocking = False
635 del fut._asyncio_future_blocking
H A Dtest_runners.py229 def _asyncio_future_blocking(self): member in RunTests.test_asyncio_run_without_uncancel.Task
230 return self._task._asyncio_future_blocking
/third_party/python/Modules/
H A D_asynciomodule.c20 _Py_IDENTIFIER(_asyncio_future_blocking); variable
1490 {"_asyncio_future_blocking", (getter)FutureObj_get_blocking, \
2877 /* result._asyncio_future_blocking = False */ in task_step_impl()

Completed in 9 milliseconds