Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dpython.py34 _PYTHON_PATHS_FOR_PLATFORM: dict[str, _PythonPathsForPlatform] = defaultdict( variable
37 _PYTHON_PATHS_FOR_PLATFORM['Windows'] = _PythonPathsForPlatform(
51 (bin_dir_name, interpreter_name) = _PYTHON_PATHS_FOR_PLATFORM[system]