Home
last modified time | relevance | path

Searched defs:nlargest (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dheapq.py203 def nlargest(n, iterable): function
436 def nlargest(n, iterable, key=None): function
/external/python/cpython3/Lib/
Dheapq.py524 def nlargest(n, iterable, key=None): function
/external/python/cpython2/Modules/
D_heapqmodule.c296 nlargest(PyObject *self, PyObject *args) in nlargest() function