Searched defs:keyfunc (Results 1 – 10 of 10) sorted by relevance
| /external/python/cpython3/Objects/clinic/ |
| D | listobject.c.h | 136 PyObject *keyfunc = Py_None; in list_sort() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_itertools.py | 527 def keyfunc(obj): function 1181 keyfunc = lambda x: x function
|
| /external/python/cpython3/Lib/test/ |
| D | test_itertools.py | 816 def keyfunc(obj): function 1705 keyfunc = lambda x: x function
|
| /external/python/cpython2/Python/ |
| D | bltinmodule.c | 1360 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local 2230 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; in builtin_sorted() local
|
| /external/python/cpython2/Modules/ |
| D | itertoolsmodule.c | 15 PyObject *keyfunc; member 29 PyObject *it, *keyfunc = Py_None; in groupby_new() local
|
| /external/python/cpython3/Python/ |
| D | bltinmodule.c | 1619 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
| /external/python/cpython3/Modules/ |
| D | itertoolsmodule.c | 16 PyObject *keyfunc; member 31 PyObject *it, *keyfunc = Py_None; in groupby_new() local
|
| /external/python/cpython3/Objects/ |
| D | listobject.c | 2152 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
|
| /external/python/cpython2/Objects/ |
| D | listobject.c | 2056 PyObject *keyfunc = NULL; in listsort() local
|
| /external/python/cpython3/Lib/ |
| D | pydoc.py | 224 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|