Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.12/__pycache__/ |
Upload File : |
�
:5j�� � �� � d Z ddlZddlZddlZddlZddlZddlmZ g d�Z d9d�Z
d� Zd:d�Zd9d�Z
d9d �Zd
ZdZ G d� d
� Z e� Zd� Zeedddfd�Zeeddfd�Zefd�Zd� Zefd�Zd;d�Zd<d�Zd;d�Zd=d�Zd:d�Zd:d�Zd� Z G d� d� Z!d� Z"d� Z#d � Z$d!� Z%d"Z& G d#� d$e'� Z(d%� Z) ejT d&g d'�d(d)g�*� Z+d+� Z,d,Z-d-� Z. G d.� d/� Z/ G d0� d1� Z0d2Z1d3Z2d4Z3d5Z4d6� Z5d7� Z6d8� Z7y)>z@Extract, format and print information about Python stack traces.� N)�suppress)�
extract_stack�
extract_tb�format_exception�format_exception_only�format_list�format_stack� format_tb� print_exc�
format_exc�print_exception�
print_last�print_stack�print_tb�clear_frames�FrameSummary�StackSummary�TracebackException�
walk_stack�walk_tbc � � |�t j }t j | � j � D ] }t ||d�� � y)zyPrint the list of tuples as returned by extract_tb() or
extract_stack() as a formatted stack trace to the given file.N� ��file�end)�sys�stderrr � from_list�format�print)�extracted_listr �items � /usr/lib/python3.12/traceback.py�
print_listr$ sA � � �|��z�z���&�&�~�6�=�=�?� '��
�d��2�&�'� c �H � t j | � j � S )a� Format a list of tuples or FrameSummary objects for printing.
Given a list of tuples or FrameSummary objects as returned by
extract_tb() or extract_stack(), return a list of strings ready
for printing.
Each string in the resulting list corresponds to the item with the
same index in the argument list. Each string ends in a newline;
the strings may contain internal newlines as well, for those items
whose source text line is not None.
)r r r )r! s r# r r s � � �!�!�.�1�8�8�:�:r% c �4 � t t | |�� |�� y)a Print up to 'limit' stack trace entries from the traceback 'tb'.
If 'limit' is omitted or None, all entries are printed. If 'file'
is omitted or None, the output goes to sys.stderr; otherwise
'file' should be an open file or file-like object with a write()
method.
��limit�r N)r$ r )�tbr) r s r# r r / s � � �z�"�E�*��6r% c �8 � t | |�� j � S )z5A shorthand for 'format_list(extract_tb(tb, limit))'.r( )r r �r+ r) s r# r
r
9 s � ��b��&�-�-�/�/r% c �B � t j t | � |�� S )a#
Return a StackSummary object representing a list of
pre-processed entries from traceback.
This is useful for alternate formatting of stack traces. If
'limit' is omitted or None, all entries are extracted. A
pre-processed stack trace entry is a FrameSummary object
containing attributes filename, lineno, name, and line
representing the information that is usually printed for a stack
trace. The line is a string with leading and trailing
whitespace stripped; if the source is not available it is None.
r( )r � _extract_from_extended_frame_gen�_walk_tb_with_full_positionsr- s r# r r = s&