|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/future/backports/html/ |
Upload File : |
�
�A�[c @ s� d Z d d l m Z i d e d � 6d e d � 6d e d � 6Z i d e d � 6d e d � 6d e d � 6d e d
� 6d e d � 6Z e d
� Z d S( u�
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.
i����( t unicode_literalsu &u &u <u <u >u >u "u "u 'u 'c C s | r | j t � S| j t � S( u�
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.
( t translatet _escape_map_fullt _escape_map( t st quote( ( sO /opt/alt/python27/lib/python2.7/site-packages/future/backports/html/__init__.pyt escape s
N( t __doc__t
__future__R t ordR R t TrueR ( ( ( sO /opt/alt/python27/lib/python2.7/site-packages/future/backports/html/__init__.pyt <module> s
-*