Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmain.c268 PyObject *module, *runpy, *runmodule, *runargs, *result; in pymain_run_module() local
277 runmodule = PyObject_GetAttrString(runpy, "_run_module_as_main"); in pymain_run_module()
278 if (runmodule == NULL) { in pymain_run_module()
287 Py_DECREF(runmodule); in pymain_run_module()
295 Py_DECREF(runmodule); in pymain_run_module()
300 result = PyObject_Call(runmodule, runargs, NULL); in pymain_run_module()
305 Py_DECREF(runmodule); in pymain_run_module()

Completed in 1 milliseconds