Searched refs:PyList_Sort (Results 1 – 25 of 26) sorted by relevance
12
39 PyAPI_FUNC(int) PyList_Sort(PyObject *);
55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
360 if (PyList_Sort(heap) == -1) in nlargest()532 if (PyList_Sort(heap) == -1) in nsmallest()
231 PyList_Sort
25 PyList_Sort(v); in listmembers()
1009 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
381 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
345 PyList_Sort(v); in listmethodchain()
1986 if (result != NULL && PyList_Sort(result) != 0) { in PyObject_Dir()
2216 PyList_Sort(PyObject *v) in PyList_Sort() function
127 .. c:function:: int PyList_Sort(PyObject *list)
400 if (PyList_Sort(keys_.get()) == -1) { in DictValueIterator()435 if (!keys_ || PyList_Sort(keys_.get()) == -1) { in MappingValueIterator()
139 if (PyList_Sort(keys.ptr())) { in FlattenInto()363 if (PyList_Sort(keys.ptr())) { in FlattenUpTo()
172 .. c:function:: int PyList_Sort(PyObject *list)
315 PyList_Sort=python39.PyList_Sort
1462 if (PyList_Sort(names)) { in _dir_locals()1493 if (PyList_Sort(sorted)) { in _dir_object()
2442 PyList_Sort(PyObject *v) in PyList_Sort() function
2560 if (PyList_Sort(newslots) == -1) { in type_new()3896 if (PyList_Sort(sorted_methods)) { in object_new()
384 "PyList_Sort"
632 PyList_Sort:int:::633 PyList_Sort:PyObject*:list:0:
1548 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()
1138 PyList_Sort:int:::1139 PyList_Sort:PyObject*:list:0:
2003 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
473 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
4119 if (PyList_Sort(keys.get()) == -1) {