HEX
Server: LiteSpeed
System: Linux baran.dnsprotection.me 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ddir12 (3618)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/future/backports/html/__pycache__/__init__.cpython-36.pyc
3

�c��
@sfdZddlmZed�ded�ded�diZed�ded�ded�ded	�d
ed�diZddd�ZdS)z�
General functions for HTML manipulation, backported from Py3.

Note that this uses Python 2.7 code with the corresponding Python 3
module names and locations.
�)�unicode_literals�&z&amp;�<z&lt;�>z&gt;�"z&quot;�'z&#x27;TcCs,t|t�std��|r"|jt�S|jt�S)z�
    Replace special characters "&", "<" and ">" to HTML-safe sequences.
    If the optional flag quote is true (the default), the quotation mark
    characters, both double quote (") and single quote (') characters are also
    translated.
    zPass a unicode string)�
isinstance�bytes�AssertionError�	translate�_escape_map_full�_escape_map)�sZquote�r�/usr/lib/python3.6/__init__.py�escapes
rN)T)�__doc__Z
__future__r�ordr
rrrrrr�<module>s