| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/defusedxml/__pycache__/ |
Upload File : |
�
8F`� � � � d Z ddlZddlZej d dk Z eej j d� � s e d� � � G d� de
� � Z G d� d e� � Z G d
� de� � Z
G d� d
e� � Z G d� de� � Zd� Zd� ZdS )z1Common constants, exceptions and helpe functions
� N� �ParserCreate�pyexpatc � � e Zd ZdZd� ZdS )�DefusedXmlExceptionzBase exceptionc � � t | � � S �N)�str)�selfs �3/usr/lib/python3/dist-packages/defusedxml/common.py�__repr__zDefusedXmlException.__repr__ s � ��4�y�y�� N)�__name__�
__module__�__qualname__�__doc__r
� r r r r s) � � � � � ���� � � � r r c �( � � e Zd ZdZ� fd�Zd� Z� xZS )�DTDForbiddenz%Document type definition is forbiddenc � �� t t | � � � � � || _ || _ || _ d S r )�superr �__init__�name�sysid�pubid)r r r r � __class__s �r r zDTDForbidden.__init__ s8 �� �
�l�D�!�!�*�*�,�,�,��� ���
���
�
�
r c �R � d}|� | j | j | j � � S )Nz7DTDForbidden(name='{}', system_id={!r}, public_id={!r})��formatr r r �r �tpls r �__str__zDTDForbidden.__str__"