|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/paste/debug/ |
Upload File : |
� a�Nc @ s� d Z d d l m Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l Z e a d g Z d e f d � � YZ d e f d � � YZ d S( s 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. i����( t StringION( t threadedprint( t wsgilib( t responset PrintDebugMiddlewaret TeeFilec B s e Z d � Z d � Z RS( c C s | | _ d S( N( t files( t selfR ( ( sC /opt/alt/python27/lib/python2.7/site-packages/paste/debug/prints.pyt __init__"