Searched defs:_asyncio_future_blocking (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | futures.py | 68 _asyncio_future_blocking = False variable in Future |
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_futures.py | 58 _asyncio_future_blocking = False variable in DuckFuture |
D | test_runners.py | 232 def _asyncio_future_blocking(self): member in RunTests.test_asyncio_run_without_uncancel.Task |