Home
last modified time | relevance | path

Searched defs:nsmallest (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dheapq.py221 def nsmallest(n, iterable): function
399 def nsmallest(n, iterable, key=None): function
/external/python/cpython2/Modules/
D_heapqmodule.c465 nsmallest(PyObject *self, PyObject *args) in nsmallest() function