Searched defs:keyfunc (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 235 PyObject *keyfunc = Py_None; in list_sort() local
|
/external/python/cpython3/Modules/clinic/ |
D | itertoolsmodule.c.h | 187 PyObject *keyfunc = Py_None; in itertools_groupby() local
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 986 def keyfunc(obj): function 2322 keyfunc = lambda x: x function
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 1798 PyObject *it = NULL, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 423 PyObject *keyfunc; member 448 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
|
D | _winapi.c | 905 PyObject *keyfunc = PyCFunction_New(&sortenvironmentkey_def, NULL); in sort_environment_keys() local
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 368 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/external/python/cpython3/Objects/ |
D | listobject.c | 2875 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
|