/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 173 PyObject *keyfunc = Py_None; in list_sort() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 527 def keyfunc(obj): function 1181 keyfunc = lambda x: x function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 859 def keyfunc(obj): function 1862 keyfunc = lambda x: x function
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | itertoolsmodule.c.h | 64 PyObject *keyfunc = Py_None; in itertools_groupby() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/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
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 15 PyObject *keyfunc; member 29 PyObject *it, *keyfunc = Py_None; in groupby_new() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 190 PyObject *keyfunc; member 214 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | listobject.c | 2056 PyObject *keyfunc = NULL; in listsort() local
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pydoc.py | 320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|