Home
last modified time | relevance | path

Searched refs:list_sort_impl (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
H A Dlistobject.c.h163 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse);
194 return_value = list_sort_impl(self, keyfunc, reverse); in list_sort()
/third_party/python/Objects/
H A Dlistobject.c2268 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl() function
2539 v = list_sort_impl((PyListObject *)v, NULL, 0); in PyList_Sort()

Completed in 5 milliseconds