Home
last modified time | relevance | path

Searched refs:npools (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Ditertoolsmodule.c2231 Py_ssize_t nargs, npools, repeat=1; in product_new() local
2264 npools = nargs * repeat; in product_new()
2266 indices = PyMem_New(Py_ssize_t, npools); in product_new()
2272 pools = PyTuple_New(npools); in product_new()
2284 for ( ; i < npools; ++i) { in product_new()
2349 Py_ssize_t npools = PyTuple_GET_SIZE(pools); in product_next() local
2358 result = PyTuple_New(npools); in product_next()
2362 for (i=0; i < npools; i++) { in product_next()
2376 result = _PyTuple_FromArray(_PyTuple_ITEMS(old_result), npools); in product_next()
2388 assert (npools in product_next()
[all...]

Completed in 7 milliseconds