Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Ditertoolsmodule.c2238 PyObject *tmpargs = PyTuple_New(0); in product_new() local
2239 if (tmpargs == NULL) in product_new()
2241 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", in product_new()
2243 Py_DECREF(tmpargs); in product_new()
2246 Py_DECREF(tmpargs); in product_new()

Completed in 6 milliseconds