Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
D_base.py174 def _yield_finished_futures(fs, waiter, ref_collect): argument
187 for futures_set in ref_collect:
228 ref_collect=(fs,))
250 ref_collect=(fs, pending))
/external/python/futures/concurrent/futures/
D_base.py176 def _yield_finished_futures(fs, waiter, ref_collect): argument
189 for futures_set in ref_collect:
230 ref_collect=(fs,)):
254 ref_collect=(fs, pending)):