| Server IP : 68.178.164.50 / Your IP : 216.73.216.142 Web Server : Apache System : Linux 50.164.178.68.host.secureserver.net 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64 User : rathinambschool ( 1053) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.11/xml/sax/__pycache__/ |
Upload File : |
�
!A?h�/ � �� � d Z ddlZddlZddlZddlZddlZddlmZ ddlm Z d� Z
i fd�Zi fd�Zi fd �Z
d
� Z G d� dej � � Z G d
� de j � � Zdd�ZdS )znA library of useful helper classes to the SAX classes, for the
convenience of application and driver writers.
� N� )�handler)� xmlreaderc �f � |� � � D ]\ }}| � ||� � } �| S )z2Replace substrings of a string using a dictionary.)�items�replace)�s�d�key�values �)/usr/lib64/python3.11/xml/sax/saxutils.py�__dict_replacer s7 � ��g�g�i�i� "� "�
��U�
�I�I�c�5�!�!����H� c � � | � dd� � } | � dd� � } | � dd� � } |rt | |� � } | S )z�Escape &, <, and > in a string of data.
You can escape other strings of data by passing a dictionary as
the optional entities parameter. The keys and values must all be
strings; each key will be replaced with its corresponding value.
�&�&�>�>�<�<�r r ��data�entitiess r
�escaper sY � � �<�<��W�%�%�D��<�<��V�$�$�D��<�<��V�$�$�D�� .��d�H�-�-���Kr c � � | � dd� � } | � dd� � } |rt | |� � } | � dd� � S )a
Unescape &, <, and > in a string of data.
You can unescape other strings of data by passing a dictionary as
the optional entities parameter. The keys and values must all be
strings; each key will be replaced with its corresponding value.
r r r r r r r r s r
�unescaper "