Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h485 …{"from_iterable", (PyCFunction)itertools_chain_from_iterable, METH_O|METH_CLASS, itertools_chain_f…
/external/python/cpython3/Modules/
Ditertoolsmodule.c2090 itertools_chain_from_iterable(PyTypeObject *type, PyObject *arg) in itertools_chain_from_iterable() function