Home
last modified time | relevance | path

Searched defs:_asyncio_future_blocking (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dfutures.py68 _asyncio_future_blocking = False variable in Future
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py58 _asyncio_future_blocking = False variable in DuckFuture
140 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
Dtest_runners.py232 def _asyncio_future_blocking(self): member in RunTests.test_asyncio_run_without_uncancel.Task