Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c369 pymain_run_command(wchar_t *command, PyCompilerFlags *cf) in pymain_run_command() function
2871 pymain->status = pymain_run_command(pymain->command, &cf); in pymain_run_python()