HomeSort by relevance Sort by last modified time
    Searched defs:islice (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
repr.py 6 from itertools import islice namespace
48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)]
83 for key in islice(_possibly_sorted(x), self.maxdict):
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
211 result = list(islice(it, n))
229 result = list(islice(it, n))
402 head = list(islice(it, 1))
440 head = list(islice(it, 1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
repr.py 6 from itertools import islice namespace
48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)]
83 for key in islice(_possibly_sorted(x), self.maxdict):
heapq.py 132 from itertools import islice, count, imap, izip, tee, chain namespace
211 result = list(islice(it, n))
229 result = list(islice(it, n))
402 head = list(islice(it, 1))
440 head = list(islice(it, 1))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 4 from itertools import islice namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 4 from itertools import islice namespace

Completed in 406 milliseconds