| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE 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__� � �c/builddir/build/BUILD/cloudlinux-venv-1.0.11/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__ �'