📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
home4
›
umvavtmy
›
python
›
lib
›
python3.9
›
site-packages
›
setuptools
›
📁 __pycache__
📍
Lokasi:
/home4/umvavtmy/python/lib/python3.9/site-packages/setuptools/__pycache__
💾
Free:
161 GB
✏️ Mengedit: depends.cpython-39.pyc
a �sh� � @ s� d dl Z d dlZd dlZd dlmZ ddlmZ ddlmZm Z m Z mZ ddlmZ g d�Z G dd � d �Zd d� Zdd d�Zddd�Zdd� Ze� dS )� N)� StrictVersion� )�Bytecode)�find_module�PY_COMPILED� PY_FROZEN� PY_SOURCE)� py27compat)�Requirer �get_module_constant�extract_constantc @ sH e Zd ZdZddd�Zdd� Zdd � Zddd�Zdd d�Zddd�Z dS )r z7A prerequisite to building or installing a distribution� Nc C sF |d u r|d urt }|d ur0||�}|d u r0d}| j�t� � | `d S )N�__version__)r �__dict__�update�locals�self)r �name�requested_version�moduleZhomepage� attribute�format� r �H/home4/umvavtmy/python/lib/python3.9/site-packages/setuptools/depends.py�__init__ s zRequire.__init__c C s | j durd| j| j f S | jS )z0Return full package/distribution name, w/versionNz%s-%s)r r )r r r r � full_name# s zRequire.full_namec C s* | j du p(| jdu p(t|�dko(|| jkS )z%Is 'version' sufficiently up-to-date?N�unknown)r r �strr )r �versionr r r � version_ok) s �zRequire.version_okr c C s~ | j du rDz$t| j|�\}}}|r*|�� |W S tyB Y dS 0 t| j| j ||�}|durz||urz| jdurz| �|�S |S )a� Get version number of installed module, 'None', or 'default' Search 'paths' for module. If not found, return 'None'. If found, return the extracted version attribute, or 'default' if no version attribute was specified, or the value cannot be determined without importing the module. The version is formatted according to the requirement's version format (if any), unless it is 'None' or the supplied 'default'. N)r r r �close�ImportErrorr r )r �paths�default�f�p�i�vr r r �get_version. s zRequire.get_versionc C s | � |�duS )z/Return true if dependency is present on 'paths'N)r( )r r"