
    Fwg                         d Z ddlmZ  ed      d ed      d ed      diZ ed      d ed      d ed      d ed	      d
 ed      diZddZy)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;c                     t        | t              rJ d       |r| j                  t              S | j                  t              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.
    zPass a unicode string)
isinstancebytes	translate_escape_map_full_escape_map)squotes     U/var/www/horilla/myenv/lib/python3.12/site-packages/future/backports/html/__init__.pyescaper      s<     !U#<%<<#{{+,,;;{##    N)T)__doc__
__future__r   ordr   r   r    r   r   <module>r      sf    ( 3x#c(FCHfEHgs3xS6HhD	8= 

$r   