Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c1664 chain_new_from_iterable(PyTypeObject *type, PyObject *arg) in chain_new_from_iterable() function
1744 {"from_iterable", (PyCFunction) chain_new_from_iterable, METH_O | METH_CLASS,
/external/python/cpython3/Modules/
Ditertoolsmodule.c1854 chain_new_from_iterable(PyTypeObject *type, PyObject *arg) in chain_new_from_iterable() function
1977 {"from_iterable", (PyCFunction) chain_new_from_iterable, METH_O | METH_CLASS,