Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dmain.c259 pymain_run_module(const wchar_t *modname, int set_argv0) in pymain_run_module() function
581 *exitcode = pymain_run_module(config->run_module, 1); in pymain_run_python()
584 *exitcode = pymain_run_module(L"__main__", 0); in pymain_run_python()