Home
last modified time | relevance | path

Searched refs:_copy_future_state (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dfutures.py306 def _copy_future_state(source, dest): function
344 _copy_future_state(other, future)
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py335 from asyncio.futures import _copy_future_state
341 _copy_future_state(f, newf)
349 _copy_future_state(f_exception, newf_exception)
357 _copy_future_state(f_cancelled, newf_cancelled)