Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlistobject.c.h128 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse);
143 return_value = list_sort_impl(self, keyfunc, reverse); in list_sort()
/external/python/cpython3/Objects/
Dlistobject.c2152 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl() function
2410 v = list_sort_impl((PyListObject *)v, NULL, 0); in PyList_Sort()