Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/__pycache__/plugin.cpython-39.pyc
Ðазад
a k�h! � @ s6 d Z ddlZddlZddlZddlZddlmZmZmZm Z ddl mZmZ ddl mZ ddlmZ ddlmZ ddlmZ G d d � d e�ZG dd� d�ZG d d� d�Zdd� Zz ejZW n ey� ddd�ZY n0 dd� Zejd�dd�Ze ded�Zd ee eej ee d�dd�Z e Z!dd� Z"ddgZ#dS )!zL Plugin system for Twisted. @author: Jp Calderone @author: Glyph Lefkowitz � N)�Iterable�Optional�Type�TypeVar)� Interface� providedBy)�log)�getAdapterFactory)� getModule)�namedAnyc @ s e Zd ZdZdS )�IPluginz� Interface that must be implemented by all plugins. Only objects which implement this interface will be considered for return by C{getPlugins}. To be useful, plugins should also implement some other application-specific interface. N)�__name__� __module__�__qualname__�__doc__� r r �~/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/plugin.pyr s r c @ s8 e Zd Zdd� Zed�dd�Zdd� Zdd d �ZeZdS )�CachedPluginc C s* || _ || _|| _|| _| j j�| � d S �N)�dropin�name�description�provided�plugins�append)�selfr r r r r r r �__init__'