Home
last modified time | relevance | path

Searched refs:PyList_Sort (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Include/
Dlistobject.h39 PyAPI_FUNC(int) PyList_Sort(PyObject *);
/third_party/boost/libs/python/src/
Dlist.cpp123 if (PyList_Sort(this->ptr()) == -1) in sort()
/third_party/python/Doc/c-api/
Dlist.rst127 .. c:function:: int PyList_Sort(PyObject *list)
/third_party/python/Objects/
Dobject.c1504 if (PyList_Sort(names)) { in _dir_locals()
1535 if (PyList_Sort(sorted)) { in _dir_object()
Dlistobject.c2461 PyList_Sort(PyObject *v) in PyList_Sort() function
Dtypeobject.c2617 if (PyList_Sort(new_slots) == -1) { in type_new_copy_slots()
4478 if (PyList_Sort(sorted_methods)) { in object_new()
/third_party/python/PC/
Dpython3dll.c319 EXPORT_FUNC(PyList_Sort)
/third_party/python/Doc/data/
Dstable_abi.dat333 function,PyList_Sort,3.2,
Drefcounts.dat1146 PyList_Sort:int:::
1147 PyList_Sort:PyObject*:list:0:
/third_party/python/Modules/
D_json.c1550 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()
/third_party/python/Misc/
Dstable_abi.txt820 function PyList_Sort
/third_party/python/Python/
Dsysmodule.c2052 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
Dcompile.c527 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()