Lines Matching refs:arglist
360 PyObject *arglist;
372 arglist = PyUnicode_FromString("");
373 if (arglist == NULL)
379 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %R", arglist,
381 if (arglist == NULL)
389 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %S=%R", arglist,
392 if (arglist == NULL)
396 pto->fn, arglist);
397 Py_DECREF(arglist);