Searched refs:list_sort_impl (Results 1 – 2 of 2) sorted by relevance
128 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse);143 return_value = list_sort_impl(self, keyfunc, reverse); in list_sort()
2152 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl() function2410 v = list_sort_impl((PyListObject *)v, NULL, 0); in PyList_Sort()