golden hour
/lib/python2.7/site-packages/future/moves/html
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
1016 B
Del
OK
__init__.pyc
1 KB
Del
OK
__init__.pyo
1 KB
Del
OK
entities.py
177 B
Del
OK
entities.pyc
390 B
Del
OK
entities.pyo
390 B
Del
OK
parser.py
167 B
Del
OK
parser.pyc
382 B
Del
OK
parser.pyo
382 B
Del
OK
Edit: __init__.pyc
� ,�]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>