HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc
o

@%Ne_
�@s:ddlmZddlZddlmZGdd�de�ZdgZdS)�)�annotationsN�)�PlatformDirsABCc@s�eZdZdZeddd��Zeddd��Zeddd	��Zedd
d��Zeddd
��Z	eddd��Z
eddd��Zeddd��Zeddd��Z
dS)�MacOSa�
    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>` and
    `version <platformdirs.api.PlatformDirsABC.version>`.
    �return�strcC�|�tj�d��S)zb:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``z~/Library/Application Support/��_append_app_name_and_version�os�path�
expanduser��self�r�@/usr/lib/python3/dist-packages/pip/_vendor/platformdirs/macos.py�
user_data_dir�zMacOS.user_data_dircC�
|�d�S)z`:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``z/Library/Application Support�r
rrrr�
site_data_dir�
zMacOS.site_data_dircCr)z\:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``z~/Library/Preferences/r	rrrr�user_config_dirrzMacOS.user_config_dircCr)zU:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``z/Library/Preferencesrrrrr�site_config_dirrzMacOS.site_config_dircCr)zV:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``z~/Library/Cachesr	rrrr�user_cache_dir$rzMacOS.user_cache_dircCs|jS)zB:return: state directory tied to the user, same as `user_data_dir`)rrrrr�user_state_dir)szMacOS.user_state_dircCr)zR:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``z~/Library/Logsr	rrrr�user_log_dir.rzMacOS.user_log_dircCstj�d�S)zC:return: documents directory tied to the user, e.g. ``~/Documents``z~/Documents)rrr
rrrr�user_documents_dir3szMacOS.user_documents_dircCr)zg:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``z~/Library/Caches/TemporaryItemsr	rrrr�user_runtime_dir8rzMacOS.user_runtime_dirN)rr)�__name__�
__module__�__qualname__�__doc__�propertyrrrrrrrrrrrrrrs(r)�
__future__rr�apirr�__all__rrrr�<module>s7�