AlkantarClanX12
Current Path : /opt/alt/python310/lib/python3.10/site-packages/setuptools/__pycache__/ |
Current File : //opt/alt/python310/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc |
o ~�ReSZ � @ s d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlmZ d dlm Z d dlm Z d dlmZ d dl Z d dlmZmZ d dlmZmZ d dlmZ G d d � d �Ze jdd� �Zddd�Zdd� Zdd� Zddd�ZG dd� d�ZG dd� de�ZG dd� de�ZdS )� N)�defaultdict)�partial��wraps)�iglob)�DistutilsOptionError�DistutilsFileError)� LegacyVersion�parse)�SpecifierSetc @ s e Zd ZdZdd� Zdd� ZdS )�StaticModulez0 Attempt to load the module by the name c C s` t j�|�}t|j��}|�� }W d � n1 sw Y t�|�}t| �� t � � | `d S �N)� importlib�util� find_spec�open�origin�read�astr �vars�update�locals�self)r �name�spec�strm�src�module� r ��/builddir/build/BUILDROOT/alt-python310-setuptools-58.3.0-2.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/setuptools/config.py�__init__ s � zStaticModule.__init__c sN zt � fdd�| jjD ��W S ty& } ztdjdi t� ���|�d }~ww )Nc 3 sJ � | ] }t |tj�r"|jD ]}t |tj�r!|j� kr t�|j�V q qd S r )� isinstancer �Assign�targets�Name�id�literal_eval�value)�.0Z statement�target��attrr r � <genexpr># s � �� � ��z+StaticModule.__getattr__.<locals>.<genexpr>z#{self.name} has no attribute {attr}r )�nextr �body� Exception�AttributeError�formatr )r r+ �er r* r �__getattr__! s �����zStaticModule.__getattr__N)�__name__� __module__�__qualname__�__doc__r r3 r r r r r s r c c s8 � zt j�d| � dV W t j�| � dS t j�| � w )zH Add path to front of sys.path for the duration of the context. r N)�sys�path�insert�remove)r9 r r r � patch_path0 s �r<