| Server IP : 147.93.79.183 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux sg-nme-web544.main-hosting.eu 5.14.0-687.46.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Sep 11 09:03:19 EDT 2026 x86_64 User : u740250714 ( 740250714) PHP Version : 8.2.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib64/python3.9/__pycache__/ |
Upload File : |
a
�iT` � @ s d Z ddlZddlZddlZddlZg d�Zd4dd�Zdd� Zd5dd �Zd6d
d�Z d7dd
�Z
dZdZd8dd�Z
d9dd�Zdd� Zdd� Zdd� Zd:dd�Zd;dd�Zd<dd �Zd=d!d"�Zd>d#d$�Zd?d%d&�Zd'd(� ZG d)d*� d*�Zd+d,� Zd-d.� Zd/ZG d0d1� d1e�ZG d2d3� d3�ZdS )@z@Extract, format and print information about Python stack traces.� N)�
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 C s4 |du rt j}t�| ��� D ]}t||dd� qdS )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 �item� r �!/usr/lib64/python3.9/traceback.py�
print_list s r"