Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h206 itertools__grouper_impl(PyTypeObject *type, PyObject *parent,
230 return_value = itertools__grouper_impl(type, parent, tgtkey); in itertools__grouper()
/external/python/cpython3/Modules/
Ditertoolsmodule.c648 itertools__grouper_impl(PyTypeObject *type, PyObject *parent, in itertools__grouper_impl() function