![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Classes | |
| class | Windows |
Functions | |
| str | get_win_folder_from_env_vars (str csidl_name) |
| str|None | get_win_folder_if_csidl_name_not_env_var (str csidl_name) |
| str | get_win_folder_from_registry (str csidl_name) |
| str | get_win_folder_via_ctypes (str csidl_name) |
| Callable[[str], str] | _pick_get_win_folder () |
Variables | |
| get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder()) | |
Windows.
| str pip._vendor.platformdirs.windows.get_win_folder_from_env_vars | ( | str | csidl_name | ) |
Get folder from environment variables.
| str pip._vendor.platformdirs.windows.get_win_folder_from_registry | ( | str | csidl_name | ) |
Get folder from the registry. This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer for all CSIDL_* names.
| str | None pip._vendor.platformdirs.windows.get_win_folder_if_csidl_name_not_env_var | ( | str | csidl_name | ) |
Get folder for a CSIDL name that does not exist as an environment variable.
| str pip._vendor.platformdirs.windows.get_win_folder_via_ctypes | ( | str | csidl_name | ) |
Get folder with ctypes.