Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c288 int have_module_arg = 0; in _PyPathConfig_ComputeArgv0() local
302 have_module_arg = (wcscmp(argv0, L"-m") == 0); in _PyPathConfig_ComputeArgv0()
303 have_script_arg = !have_module_arg && (wcscmp(argv0, L"-c") != 0); in _PyPathConfig_ComputeArgv0()
306 if (have_module_arg) { in _PyPathConfig_ComputeArgv0()