Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
lib
/
python2.7
/
site-packages
/
future
/
moves
/
html
[ HOME ]
Exec
Submit
__init__.pyo
� ,�]c @@ sR d d l m Z d d l m Z e Z e r9 d d l Tn e d � Z d g Z d S( i ( t absolute_import( t PY3( t *c C@ sg | j d d � } | j d d � } | j d d � } | rc | j d d � } | j d d � } n | S( s 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 &s &t <s <t >s >t "s "s 's '( t replace( t st quote( ( s>