Home | History | Annotate | Download | only in Modules

Lines Matching refs:runargs

288     PyObject *module, *runpy, *runmodule, *runargs, *result;
310 runargs = Py_BuildValue("(Oi)", module, set_argv0);
311 if (runargs == NULL) {
320 result = PyObject_Call(runmodule, runargs, NULL);
327 Py_DECREF(runargs);