Home
last modified time | relevance | path

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

/third_party/python/Tools/ccbench/
H A Dccbench.py45 _islice = itertools.islice
75 return list(_islice(pi_digits(), n))
/third_party/python/Lib/
H A Dthreading.py10 from itertools import islice as _islice, count as _count namespace

Completed in 3 milliseconds