| /external/python/cpython3/Objects/clinic/ |
| D | listobject.c.h | 173 PyObject *keyfunc = Py_None; in list_sort() local
|
| /external/python/cpython3/Modules/clinic/ |
| D | itertoolsmodule.c.h | 63 PyObject *keyfunc = Py_None; in itertools_groupby() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_itertools.py | 527 def keyfunc(obj): function 1181 keyfunc = lambda x: x function
|
| /external/python/setuptools/setuptools/_vendor/more_itertools/ |
| D | more.py | 1843 def groupby_transform(iterable, keyfunc=None, valuefunc=None, reducefunc=None): argument 2824 def map_reduce(iterable, keyfunc, valuefunc=None, reducefunc=None): argument
|
| /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/cpython3/Lib/test/ |
| D | test_itertools.py | 825 def keyfunc(obj): function 1827 keyfunc = lambda x: x function
|
| /external/python/setuptools/pkg_resources/_vendor/more_itertools/ |
| D | more.py | 2015 def groupby_transform(iterable, keyfunc=None, valuefunc=None, reducefunc=None): argument 2996 def map_reduce(iterable, keyfunc, valuefunc=None, reducefunc=None): argument
|
| /external/python/cpython2/Modules/ |
| D | itertoolsmodule.c | 15 PyObject *keyfunc; member 29 PyObject *it, *keyfunc = Py_None; in groupby_new() local
|
| /external/python/cpython3/Modules/ |
| D | itertoolsmodule.c | 191 PyObject *keyfunc; member 215 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
|
| /external/python/cpython3/Python/ |
| D | bltinmodule.c | 1705 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
| /external/python/cpython3/Lib/ |
| D | pydoc.py | 313 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
| /external/python/cpython2/Objects/ |
| D | listobject.c | 2056 PyObject *keyfunc = NULL; in listsort() local
|
| /external/python/cpython3/Objects/ |
| D | listobject.c | 2199 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
|