| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/ |
Upload File : |
a
X��e+ � @ s� d Z ddlmZ ddlZddlZddlZddlmZ ddlm Z ddl
mZ G dd � d e�Zedd
�dd�d
d��Z
edd
�dd�dd��Zedd
�dd�dd��Zedd
�dd�dd��Zedd
�dd�dd��Zedd
�dd�dd��Zd gZdS )zAndroid.� )�annotationsN)� lru_cache)�cast� )�PlatformDirsABCc @ s e Zd ZdZedd�dd��Zedd�dd��Zedd�dd ��Zedd�d
d��Zedd�dd
��Z edd�dd��Z
edd�dd��Zedd�dd��Zedd�dd��Z
edd�dd��Zedd�dd��Zedd�dd��Zedd�dd��Zedd�dd��Zd S )!�Androida$
Follows the guidance `from here <https://android.stackexchange.com/a/216132>`_. Makes use of the
`appname <platformdirs.api.PlatformDirsABC.appname>`,
`version <platformdirs.api.PlatformDirsABC.version>`,
`ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`.
�str��returnc C s | � ttt� �d�S )zd:return: data directory tied to the user, e.g. ``/data/user/<userid>/<packagename>/files/<AppName>``�files�Z_append_app_name_and_versionr r �_android_folder��self� r �D/usr/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py�
user_data_dir s zAndroid.user_data_dirc C s | j S )z@:return: data directory shared by users, same as `user_data_dir`�r r r r r �
site_data_dir s zAndroid.site_data_dirc C s | � ttt� �d�S )z�
:return: config directory tied to the user, e.g. ``/data/user/<userid>/<packagename>/shared_prefs/<AppName>``
Zshared_prefsr r r r r �user_config_dir s zAndroid.user_config_dirc C s | j S )zH:return: config directory shared by the users, same as `user_config_dir`)r r r r r �site_config_dir'