Searched refs:from_shebang (Results 1 – 1 of 1) sorted by relevance
468 locate_python(wchar_t * wanted_ver, BOOL from_shebang) in locate_python() argument508 result = find_python_by_version(from_shebang ? L"2" : L"3"); in locate_python()510 result = find_python_by_version(from_shebang ? L"3" : L"2"); in locate_python()