Searched refs:PyList_Sort (Results 1 – 13 of 13) sorted by relevance
39 PyAPI_FUNC(int) PyList_Sort(PyObject *);
123 if (PyList_Sort(this->ptr()) == -1) in sort()
127 .. c:function:: int PyList_Sort(PyObject *list)
1504 if (PyList_Sort(names)) { in _dir_locals()1535 if (PyList_Sort(sorted)) { in _dir_object()
2461 PyList_Sort(PyObject *v) in PyList_Sort() function
2617 if (PyList_Sort(new_slots) == -1) { in type_new_copy_slots()4478 if (PyList_Sort(sorted_methods)) { in object_new()
319 EXPORT_FUNC(PyList_Sort)
333 function,PyList_Sort,3.2,
1146 PyList_Sort:int:::1147 PyList_Sort:PyObject*:list:0:
1550 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()
820 function PyList_Sort
2052 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
527 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()