Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
lib
/
python3
/
dist-packages
/
__pycache__
/
Or
Select Your none :
Upload File :
New :
File
Dir
//lib/python3/dist-packages/__pycache__/entrypoints.cpython-38.pyc
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__'