Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dfutures.py342 def _copy_future_state(source, dest): function
380 _copy_future_state(other, future)
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py377 from asyncio.futures import _copy_future_state
383 _copy_future_state(f, newf)
391 _copy_future_state(f_exception, newf_exception)
399 _copy_future_state(f_cancelled, newf_cancelled)