Searched defs:nsmallest (Results 1 – 4 of 4) sorted by relevance
207 def nsmallest(n, iterable): function356 def nsmallest(n, iterable, key=None): function
221 def nsmallest(n, iterable): function399 def nsmallest(n, iterable, key=None): function
460 nsmallest(PyObject *self, PyObject *args) in nsmallest() function
461 nsmallest(PyObject *self, PyObject *args) in nsmallest() function