Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c1817 PyObject *tmpargs = PyTuple_New(0); in product_new() local
1818 if (tmpargs == NULL) in product_new()
1820 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", kwlist, &repeat)) { in product_new()
1821 Py_DECREF(tmpargs); in product_new()
1824 Py_DECREF(tmpargs); in product_new()
/external/python/cpython3/Modules/
Ditertoolsmodule.c2054 PyObject *tmpargs = PyTuple_New(0); in product_new() local
2055 if (tmpargs == NULL) in product_new()
2057 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", in product_new()
2059 Py_DECREF(tmpargs); in product_new()
2062 Py_DECREF(tmpargs); in product_new()