Home
last modified time | relevance | path

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

/third_party/python/Tools/ccbench/
Dccbench.py45 _islice = itertools.islice
75 return list(_islice(pi_digits(), n))
/third_party/python/Lib/
Dthreading.py10 from itertools import islice as _islice, count as _count unknown
372 waiters_to_notify = _deque(_islice(all_waiters, n))