Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/web/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/web/__pycache__/html.cpython-37.opt-1.pyc

B

;��]�@s�dZddlmZddlmZmZddlmZddl	m
Z
ee
dddd�d	d
�dd��Zee
dddd�d	d
�d
d��Zee
dddd�d	d
�dd��Z
ee
dddd�d	d
�dd��ZdS)z I hold HTML generation helpers.
�)�log)�NativeStringIO�escape)�
deprecated)�VersionZTwisted��ztwisted.web.template)ZreplacementcCsdt|�dS)z4Wrap <pre> tags around some text and HTML-escape it.z<pre>z</pre>)r)�text�r
�C/opt/alt/python37/lib64/python3.7/site-packages/twisted/web/html.py�PREsrcCs>t�}|�d�x|D]}|�d|�qW|�d�|��S)Nz<ul>
z
<li> %s</li>
z</ul>)�StringIO�write�getvalue)�lst�io�elr
r
r�ULs


rcCsFt�}|�d�x"|D]\}}|�d||f�qW|�d�|��S)Nz<ul>
z<li> <a href="%s">%s</a></li>
z</ul>)r
rr)rrZhrrr
r
r�linkList"s

rcOs6y
|||�St�d|f�t��td�SdS)z�output(func, *args, **kw) -> html string
    Either return the result of a function (which presumably returns an
    HTML-legal string) or a sparse HTMLized error message and a message
    in the server log.
    zError calling %r:zAn error occurred.N)r�msg�errr)�func�args�kwr
r
r�output-s
rN)�__doc__Ztwisted.pythonrZtwisted.python.compatrr
rZtwisted.python.deprecaterZincrementalrrrrrr
r
r
r�<module>s