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.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)�Version�Twisted��ztwisted.web.template)�replacementcCsdt|�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�PREsrcCs>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>)rrr)rr�hrrr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.compatrrrZtwisted.python.deprecaterZincrementalrrrrrrrrr
�<module>s