![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| str | user_data_dir (self) |
| str | site_data_dir (self) |
| str | user_config_dir (self) |
| str | site_config_dir (self) |
| str | user_cache_dir (self) |
| str | site_cache_dir (self) |
| str | user_state_dir (self) |
| str | user_log_dir (self) |
| str | user_documents_dir (self) |
| str | user_downloads_dir (self) |
| str | user_pictures_dir (self) |
| str | user_videos_dir (self) |
| str | user_music_dir (self) |
| str | user_runtime_dir (self) |
Public Member Functions inherited from pip._vendor.platformdirs.api.PlatformDirsABC | |
| None | __init__ (self, str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool multipath=False, bool opinion=True, bool ensure_exists=False) |
| Path | user_data_path (self) |
| Path | site_data_path (self) |
| Path | user_config_path (self) |
| Path | site_config_path (self) |
| Path | user_cache_path (self) |
| Path | site_cache_path (self) |
| Path | user_state_path (self) |
| Path | user_log_path (self) |
| Path | user_documents_path (self) |
| Path | user_downloads_path (self) |
| Path | user_pictures_path (self) |
| Path | user_videos_path (self) |
| Path | user_music_path (self) |
| Path | user_runtime_path (self) |
Additional Inherited Members | |
Public Attributes inherited from pip._vendor.platformdirs.api.PlatformDirsABC | |
| appname | |
| appauthor | |
| version | |
| roaming | |
| multipath | |
| opinion | |
| ensure_exists | |
Protected Member Functions inherited from pip._vendor.platformdirs.api.PlatformDirsABC | |
| str | _append_app_name_and_version (self, *str base) |
| None | _optionally_create_directory (self, str path) |
Platform directories for the macOS operating system. Follows the guidance from `Apple documentation <https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html>`_. Makes use of the `appname <platformdirs.api.PlatformDirsABC.appname>`, `version <platformdirs.api.PlatformDirsABC.version>`, `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`.
| str pip._vendor.platformdirs.macos.MacOS.site_cache_dir | ( | self | ) |
:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.site_config_dir | ( | self | ) |
:return: config directory shared by the users, same as `site_data_dir`
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.site_data_dir | ( | self | ) |
:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_cache_dir | ( | self | ) |
:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_config_dir | ( | self | ) |
:return: config directory tied to the user, same as `user_data_dir`
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_data_dir | ( | self | ) |
:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_documents_dir | ( | self | ) |
:return: documents directory tied to the user, e.g. ``~/Documents``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_downloads_dir | ( | self | ) |
:return: downloads directory tied to the user, e.g. ``~/Downloads``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_log_dir | ( | self | ) |
:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_music_dir | ( | self | ) |
:return: music directory tied to the user, e.g. ``~/Music``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_pictures_dir | ( | self | ) |
:return: pictures directory tied to the user, e.g. ``~/Pictures``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_runtime_dir | ( | self | ) |
:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_state_dir | ( | self | ) |
:return: state directory tied to the user, same as `user_data_dir`
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.
| str pip._vendor.platformdirs.macos.MacOS.user_videos_dir | ( | self | ) |
:return: videos directory tied to the user, e.g. ``~/Movies``
Reimplemented from pip._vendor.platformdirs.api.PlatformDirsABC.