관리-도구
편집 파일: macos.cpython-311.pyc
� �܋f_ � �H � d dl mZ d dlZddlmZ G d� de� � ZdgZdS )� )�annotationsN� )�PlatformDirsABCc �� � e Zd ZdZedd�� � Zedd�� � Zedd�� � Zedd�� � Zedd�� � Z edd �� � Z edd �� � Zedd�� � Zedd�� � Z d S )�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�strc �f � | � t j � 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��selfs �y/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py� user_data_dirzMacOS.user_data_dir s) � � �0�0���1C�1C�Dd�1e�1e�f�f�f� c �, � | � d� � S )z`:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``z/Library/Application Support�r r s r � site_data_dirzMacOS.site_data_dir s � � �0�0�1O�P�P�Pr c �f � | � t j � d� � � � S )z\:return: config directory tied to the user, e.g. ``~/Library/Preferences/$appname/$version``z~/Library/Preferences/r r s r �user_config_dirzMacOS.user_config_dir s) � � �0�0���1C�1C�D\�1]�1]�^�^�^r c �, � | � d� � S )zU:return: config directory shared by the users, e.g. ``/Library/Preferences/$appname``z/Library/Preferencesr r s r �site_config_dirzMacOS.site_config_dir s � � �0�0�1G�H�H�Hr c �f � | � t j � d� � � � S )zV:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``z~/Library/Cachesr r s r �user_cache_dirzMacOS.user_cache_dir$ s) � � �0�0���1C�1C�DV�1W�1W�X�X�Xr c � � | j S )zB:return: state directory tied to the user, same as `user_data_dir`)r r s r �user_state_dirzMacOS.user_state_dir) s � � �!�!r c �f � | � t j � d� � � � S )zR:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``z~/Library/Logsr r s r �user_log_dirzMacOS.user_log_dir. s) � � �0�0���1C�1C�DT�1U�1U�V�V�Vr c �@ � t j � d� � S )zC:return: documents directory tied to the user, e.g. ``~/Documents``z~/Documents)r r r r s r �user_documents_dirzMacOS.user_documents_dir3 s � � �w�!�!�-�0�0�0r c �f � | � t j � d� � � � S )zg:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``z~/Library/Caches/TemporaryItemsr r s r �user_runtime_dirzMacOS.user_runtime_dir8 s) � � �0�0���1C�1C�De�1f�1f�g�g�gr N)r r )�__name__� __module__�__qualname__�__doc__�propertyr r r r r r r! r# r% � r r r r s\ � � � � � �� � �g� g� g� �X�g� �Q� Q� Q� �X�Q� �_� _� _� �X�_� �I� I� I� �X�I� �Y� Y� Y� �X�Y� �"� "� "� �X�"� �W� W� W� �X�W� �1� 1� 1� �X�1� �h� h� h� �X�h� h� hr r )� __future__r r �apir r �__all__r+ r r �<module>r/ su �� "� "� "� "� "� "� � � � � � � � � � �3h� 3h� 3h� 3h� 3h�O� 3h� 3h� 3h�n ����r