관리-도구
편집 파일: macos.cpython-310.pyc
o ƚRe; � @ s. d dl Z ddlmZ G dd� de�ZdgZdS )� N� )�PlatformDirsABCc @ s� e Zd ZdZedefdd��Zedefdd��Zedefdd��Zedefd d ��Z edefdd��Z edefd d��Zedefdd��Zedefdd��Z edefdd��ZdS )�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>`. �returnc C � | � 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 ��/builddir/build/BUILDROOT/alt-python310-pip-21.3.1-3.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py� user_data_dir � zMacOS.user_data_dirc C � | � d�S )z`:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``z/Library/Application Support�r r r r r � site_data_dir � zMacOS.site_data_dirc C r )z\:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``z~/Library/Preferences/r r r r r �user_config_dir r zMacOS.user_config_dirc C r )zU:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``z/Library/Preferencesr r r r r �site_config_dir r zMacOS.site_config_dirc C r )zV:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``z~/Library/Cachesr r r r r �user_cache_dir"