| Server IP : 104.21.4.30 / Your IP : 172.71.81.81 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/__pycache__/ |
Upload File : |
U
ǁ^� � @ s& d Z ddlmZ ddlZddlmZ ddlZddlZddlm Z
ddlZddlZddl
Z
ddlZddlZe�dej�Ze�dej�ZdZG dd � d e�ZG d
d� de�ZG dd
� d
ej�ZG dd� de�ZG dd� de�Zddd�Zddd�Zddd�Zd dd�Z e!dk�r"ddl"Z"e"�"e d�� dS )!z7Discover and load entry points from installed packages.� )�contextmanagerN)�
import_modulezY
(?P<modulename>\w+(\.\w+)*)
(:(?P<objectname>\w+(\.\w+)*))?
\s*
(\[(?P<extras>.+)\])?
$
zC
(?P<dist_version>[^/\\]+)\.(dist|egg)-info
[/\\]entry_points.txt$
z0.3c @ s0 e Zd ZdZdd� Zdd� Zeedd� ��ZdS ) �
BadEntryPointz0Raised when an entry point can't be parsed.
c C s
|| _ d S �N��epstr)�selfr � r �-/usr/lib/python3/dist-packages/entrypoints.py�__init__$ s zBadEntryPoint.__init__c C s
d| j S )Nz#Couldn't parse entry point spec: %rr �r r r r
�__str__'