✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.62
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python37/lib/python3.7/site-packages/platformdirs/__pycache__//__init__.cpython-37.pyc
B

Ĥ�aH1�@sVdZddlmZddlZddlZddlZddlmZddlm	Z	e	rPddl
mZddlm
Z
dd	lmZmZd
d�dd
�Ze�ZeZdAdddddd�dd�ZdBdddddd�dd�ZdCdddddd�dd�ZdDdddddd�dd�ZdEdddddd�dd �ZdFdddddd�d!d"�ZdGdddddd�d#d$�Zdd�d%d&�ZdHdddddd�d'd(�ZdIddddd)d�d*d+�ZdJddddd)d�d,d-�ZdKddddd)d�d.d/�ZdLddddd)d�d0d1�Z dMddddd)d�d2d3�Z!dNddddd)d�d4d5�Z"dOddddd)d�d6d7�Z#d)d�d8d9�Z$dPddddd)d�d:d;�Z%d<d=d>d?d@ddd d"d$d&d(ddd+d/d3d5d7d9d;d-d1gZ&dS)Qz�
Utilities for determining application-specific dirs. See <https://github.com/platformdirs/platformdirs> for details and
usage.
�)�annotationsN)�Path)�
TYPE_CHECKING)�Literal�)�PlatformDirsABC)�__version__�__version_info__ztype[PlatformDirsABC])�returncCsjt�d�dkr&t�d�dkr&d\}}n0tjdkr:d\}}ntjdkrNd	\}}nd
\}}tt�|�|�}|S)NZANDROID_DATAz/dataZANDROID_ROOTz/system)zplatformdirs.androidZAndroid�win32)zplatformdirs.windows�Windows�darwin)zplatformdirs.macos�MacOS)zplatformdirs.unixZUnix)�os�getenv�sys�platform�getattr�	importlib�
import_module)�module�name�result�r�F/opt/alt/python37/lib/python3.7/site-packages/platformdirs/__init__.py�_set_platform_dir_classs




rFz
str | Nonezstr | None | Literal[False]�bool�str)�appname�	appauthor�version�roamingr
cCst||||d�jS)aq
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: data directory tied to the user
    )rrr r!)�PlatformDirs�
user_data_dir)rrr r!rrrr#%s
r#)rrr �	multipathr
cCst||||d�jS)at
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`.
    :returns: data directory shared by users
    )rrr r$)r"�
site_data_dir)rrr r$rrrr%5s
r%cCst||||d�jS)as
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: config directory tied to the user
    )rrr r!)r"�user_config_dir)rrr r!rrrr&Es
r&cCst||||d�jS)az
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`.
    :returns: config directory shared by the users
    )rrr r$)r"�site_config_dir)rrr r$rrrr'Us
r'T)rrr �opinionr
cCst||||d�jS)ar
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: cache directory tied to the user
    )rrr r()r"�user_cache_dir)rrr r(rrrr)es
r)cCst||||d�jS)ar
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: state directory tied to the user
    )rrr r!)r"�user_state_dir)rrr r!rrrr*us
r*cCst||||d�jS)ap
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: log directory tied to the user
    )rrr r()r"�user_log_dir)rrr r(rrrr+�s
r+cCst�jS)z8
    :returns: documents directory tied to the user
    )r"�user_documents_dirrrrrr,�sr,cCst||||d�jS)at
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: runtime directory tied to the user
    )rrr r()r"�user_runtime_dir)rrr r(rrrr-�s
r-rcCst||||d�jS)al
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: data path tied to the user
    )rrr r!)r"�user_data_path)rrr r!rrrr.�s
r.cCst||||d�jS)aq
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param multipath: See `multipath <platformdirs.api.PlatformDirsABC.multipath>`.
    :returns: data path shared by users
    )rrr r$)r"�site_data_path)rrr r$rrrr/�s
r/cCst||||d�jS)an
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: config path tied to the user
    )rrr r!)r"�user_config_path)rrr r!rrrr0�s
r0cCst||||d�jS)au
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`.
    :returns: config path shared by the users
    )rrr r$)r"�site_config_path)rrr r$rrrr1�s
r1cCst||||d�jS)am
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: cache path tied to the user
    )rrr r()r"�user_cache_path)rrr r(rrrr2�s
r2cCst||||d�jS)am
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.version>`.
    :returns: state path tied to the user
    )rrr r!)r"�user_state_path)rrr r!rrrr3�s
r3cCst||||d�jS)ak
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: log path tied to the user
    )rrr r()r"�
user_log_path)rrr r(rrrr4s
r4cCst�jS)z3
    :returns: documents path tied to the user
    )r"�user_documents_pathrrrrr5sr5cCst||||d�jS)ao
    :param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`.
    :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`.
    :param version: See `version <platformdirs.api.PlatformDirsABC.version>`.
    :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`.
    :returns: runtime path tied to the user
    )rrr r()r"�user_runtime_path)rrr r(rrrr6#s
r6rr	r"�AppDirsr)NNNF)NNNF)NNNF)NNNF)NNNT)NNNF)NNNT)NNNT)NNNF)NNNF)NNNF)NNNF)NNNT)NNNF)NNNT)NNNT)'�__doc__�
__future__rrrrZpathlibr�typingrZtyping_extensionsrZapirr rr	rr"r7r#r%r&r'r)r*r+r,r-r.r/r0r1r2r3r4r5r6�__all__rrrr�<module>s�

















Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 1.07 PM
root / linksafe
0755
__init__.cpython-37.pyc
10.675 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
__main__.cpython-37.pyc
1.155 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
android.cpython-37.pyc
4.245 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
api.cpython-37.pyc
5.061 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
macos.cpython-37.pyc
3.216 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
unix.cpython-37.pyc
6.893 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
version.cpython-37.pyc
0.25 KB
14 Nov 2023 1.38 PM
root / linksafe
0644
windows.cpython-37.pyc
6.269 KB
14 Nov 2023 1.38 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF