Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dbltinmodule.c2457 …{"sorted", _PyCFunction_CAST(builtin_sorted), METH_FASTCALL | METH_KEYWORDS, builtin_sorted__doc__…
2460 builtin_sorted(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_sorted() function