Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpathconfig.c631 int have_module_arg = (wcscmp(argv0, L"-m") == 0); in _PyPathConfig_ComputeSysPath0() local
632 int have_script_arg = (!have_module_arg && (wcscmp(argv0, L"-c") != 0)); in _PyPathConfig_ComputeSysPath0()
643 if (have_module_arg) { in _PyPathConfig_ComputeSysPath0()