Home
last modified time | relevance | path

Searched refs:PyList_Sort (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Include/
H A Dlistobject.h39 PyAPI_FUNC(int) PyList_Sort(PyObject *);
/third_party/python/PC/
H A Dpython3dll.c325 EXPORT_FUNC(PyList_Sort)
/third_party/python/Objects/
H A Dobject.c1566 if (PyList_Sort(names)) { in _dir_locals()
1597 if (PyList_Sort(sorted)) { in _dir_object()
H A Dlistobject.c2533 PyList_Sort(PyObject *v) in PyList_Sort() function
H A Dtypeobject.c2630 if (PyList_Sort(new_slots) == -1) { in type_new_copy_slots()
4546 if (PyList_Sort(sorted_methods)) { in object_new()
/third_party/python/Python/
H A Dsysmodule.c2061 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
H A Dmarshal.c539 if (PyList_Sort(pairs)) { in w_complex_object()
H A Dcompile.c654 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
/third_party/python/Modules/
H A D_json.c1552 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()

Completed in 41 milliseconds