Searched defs:nlargest (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dheapq.py130 'nlargest', 'nsmallest', 'heappushpop']
203 def nlargest(n, iterable): function
392 # Extend the implementations of nsmallest and nlargest to use a key= argument
430 _nlargest = nlargest
431 def nlargest(n, iterable, key=None): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dheapq.py130 'nlargest', 'nsmallest', 'heappushpop']
203 def nlargest(n, iterable): function
392 # Extend the implementations of nsmallest and nlargest to use a key= argument
430 _nlargest = nlargest
431 def nlargest(n, iterable, key=None): function

Completed in 72 milliseconds