Your IP : 216.73.216.172


Current Path : /lib/python3/dist-packages/future/moves/html/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/future/moves/html/__pycache__/__init__.cpython-38.pyc

U

,�]��@s>ddlmZddlmZdZer*ddlTnddd�ZdgZdS)	�)�absolute_import)�PY3T)�*cCsD|�dd�}|�dd�}|�dd�}|r@|�dd�}|�d	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/dist-packages/future/moves/html/__init__.py�escapesrN)T)Z
__future__rZfuture.utilsrZ__future_module__Zhtmlr�__all__rrrr
�<module>s