Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py33 _asyncio_future_blocking = False variable in DuckFuture
110 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
/external/python/cpython3/Lib/asyncio/
Dfutures.py67 _asyncio_future_blocking = False variable in Future