Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h468 itertools_permutations_impl(PyTypeObject *type, PyObject *iterable,
494 return_value = itertools_permutations_impl(type, iterable, robj); in itertools_permutations()
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c3260 itertools_permutations_impl(PyTypeObject *type, PyObject *iterable, in itertools_permutations_impl() function