Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h453 itertools_starmap_impl(PyTypeObject *type, PyObject *func, PyObject *seq);
472 return_value = itertools_starmap_impl(type, func, seq); in itertools_starmap()
/external/python/cpython3/Modules/
Ditertoolsmodule.c1938 itertools_starmap_impl(PyTypeObject *type, PyObject *func, PyObject *seq) in itertools_starmap_impl() function