Server IP : 192.158.238.246 / Your IP : 18.189.143.114 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib/python3.7/site-packages/paste/debug/__pycache__/ |
Upload File : |
B a�N� � @ sz d Z ddlmZ ddlZddlZddlmZ ddlmZ ddlm Z ddl Z dadgZG d d � d e �ZG dd� de �ZdS )a Middleware that displays everything that is printed inline in application pages. Anything printed during the request will get captured and included on the page. It will usually be included as a floating element in the top right hand corner of the page. If you want to override this you can include a tag in your template where it will be placed:: <pre id="paste-debug-prints"></pre> You might want to include ``style="white-space: normal"``, as all the whitespace will be quoted, and this allows the text to wrap if necessary. � )�StringION)� threadedprint)�wsgilib)�responseF�PrintDebugMiddlewarec @ s e Zd Zdd� Zdd� ZdS )�TeeFilec C s || _ d S )N)�files)�selfr � r �C/opt/alt/python37/lib/python3.7/site-packages/paste/debug/prints.py�__init__"