| Server IP : 185.143.233.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/flake8/__pycache__/ |
Upload File : |
� ��t�4��\� � � d Z G d� de� � Z G d� de� � Z G d� de� � Z G d� de� � Z G d � d e� � Z G d� de� � Zd S )z$Exception classes for all of Flake8.c � � e Zd ZdZdS )�Flake8ExceptionzPlain Flake8 exception.N��__name__� __module__�__qualname__�__doc__� � �b/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/flake8/exceptions.pyr r s � � � � � �!�!�!�!r r c � � e Zd ZdZdS )� EarlyQuitz4Except raised when encountering a KeyboardInterrupt.Nr r r r r r s � � � � � �>�>�>�>r r c � � e Zd ZdZdS )�ExecutionErrorz,Exception raised during execution of Flake8.Nr r r r r r s � � � � � �6�6�6�6r r c �@ � � e Zd ZdZdZdededdf� fd�Zdefd�Z� xZ S ) �FailedToLoadPluginz-Exception raised when a plugin fails to load.z7Flake8 failed to load plugin "%(name)s" due to %(exc)s.�plugin_name� exception�returnNc �h �� || _ || _ t � � � ||� � dS )z,Initialize our FailedToLoadPlugin exception.N�r �original_exception�super�__init__��selfr r � __class__s �r r zFailedToLoadPlugin.__init__ �3 �� �&���"+��� ������i�0�0�0�0�0r c �0 � | j | j | j d�z S ��Format our exception message.)�name�exc��FORMATr r �r s r �__str__zFailedToLoadPlugin.__str__ �'