????

Your IP : 18.222.178.70


Current Path : /proc/self/root/lib/python3.6/site-packages/future/moves/html/__pycache__/
Upload File :
Current File : //proc/self/root/lib/python3.6/site-packages/future/moves/html/__pycache__/__init__.cpython-36.pyc

3

�c��@s>ddlmZddlmZdZer*ddlTnddd�ZdgZdS)	�)�absolute_import)�PY3T)�*cCsD|jdd�}|jdd�}|jdd�}|r@|jdd�}|jd	d
�}|S)a	
        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.
        �&z&amp;�<z&lt;�>z&gt;�"z&quot;�'z&#x27;)�replace)�sZquote�r�/usr/lib/python3.6/__init__.py�escapesrN)T)Z
__future__rZfuture.utilsrZ__future_module__Zhtmlr�__all__rrrr
�<module>s