Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dfutures.py68 _asyncio_future_blocking = False variable in Future
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py37 _asyncio_future_blocking = False variable in DuckFuture
119 _asyncio_future_blocking = None variable in BaseFutureTests.test_isfuture.MyFuture
Dtest_runners.py229 def _asyncio_future_blocking(self): member in RunTests.test_asyncio_run_without_uncancel.Task