Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pylint/__pycache__/exceptions.cpython-39.pyc
Ðазад
a n�h� � @ s� d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�ZG dd� de�ZG d d� de�Z G dd� de�Z dS )z=Exception classes raised by various operations within pylint.c @ s e Zd ZdZdS )�InvalidMessageErrorzERaised when a message creation, registration or addition is rejected.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/pylint/exceptions.pyr s r c @ s e Zd ZdZdS )�UnknownMessageErrorz6Raised when an unregistered message id is encountered.Nr r r r r r s r c s( e Zd ZdZeed�� fdd�Z� ZS )�DeletedMessageErrorzXRaised when a message id or symbol that was deleted from pylint is encountered. )�msgid_or_symbol�removal_explanationc s t � �d|� d|� d�� d S )N�'z' was removed from pylint, see �.��super�__init__)�selfr r �� __class__r r r s �zDeletedMessageError.__init__�r r r r �strr � __classcell__r r r r r s r c s( e Zd ZdZeed�� fdd�Z� ZS )�MessageBecameExtensionErrorzcRaised when a message id or symbol that was moved to an optional extension is encountered. )r �moved_explanationc s t � �d|� d|� d�� d S )Nr z*' was moved to an optional extension, see r r )r r r r r r r s �z$MessageBecameExtensionError.__init__r r r r r r s r c @ s e Zd ZdZdS )�EmptyReportErrorz=Raised when a report is empty and so should not be displayed.Nr r r r r r &