Searched refs:PyList_Sort (Results 1 – 25 of 26) sorted by relevance
12
55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
60 PyAPI_FUNC(int) PyList_Sort(PyObject *);
360 if (PyList_Sort(heap) == -1) in nlargest()532 if (PyList_Sort(heap) == -1) in nsmallest()
94 if (PyList_Sort(keys) != 0) in namespace_repr()
1480 if (PyList_Sort(names)) { in _dir_locals()1511 if (PyList_Sort(sorted)) { in _dir_object()
2404 PyList_Sort(PyObject *v) in PyList_Sort() function
2549 if (PyList_Sort(newslots) == -1) { in type_new()
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()
231 PyList_Sort
354 if (PyList_Sort(keys_.get()) == -1) { in DictValueIterator()389 if (!keys_ || PyList_Sort(keys_.get()) == -1) { in MappingValueIterator()
127 .. c:function:: int PyList_Sort(PyObject *list)
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
172 .. c:function:: int PyList_Sort(PyObject *list)
313 PyList_Sort=python37.PyList_Sort
384 "PyList_Sort"
632 PyList_Sort:int:::633 PyList_Sort:PyObject*:list:0:
1610 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()
1110 PyList_Sort:int:::1111 PyList_Sort:PyObject*:list:0:
1624 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
454 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
3045 if (PyList_Sort(keys.get()) == -1) {