Searched refs:itertools_permutations_impl (Results 1 – 2 of 2) sorted by relevance
468 itertools_permutations_impl(PyTypeObject *type, PyObject *iterable,494 return_value = itertools_permutations_impl(type, iterable, robj); in itertools_permutations()
3260 itertools_permutations_impl(PyTypeObject *type, PyObject *iterable, in itertools_permutations_impl() function