Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c1827 PyObject *tmpargs = PyTuple_New(0); in product_new() local
1828 if (tmpargs == NULL) in product_new()
1830 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", kwlist, &repeat)) { in product_new()
1831 Py_DECREF(tmpargs); in product_new()
1834 Py_DECREF(tmpargs); in product_new()
/external/python/cpython3/Modules/
Ditertoolsmodule.c2030 PyObject *tmpargs = PyTuple_New(0); in product_new() local
2031 if (tmpargs == NULL) in product_new()
2033 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", in product_new()
2035 Py_DECREF(tmpargs); in product_new()
2038 Py_DECREF(tmpargs); in product_new()