⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.9
/
__pycache__
/
View File Name :
traceback.cpython-39.opt-1.pyc
a DOgT` @ s d Z ddlZddlZddlZddlZg dZd4ddZdd Zd5dd Zd6d dZ d7dd Z dZdZd8ddZ d9ddZdd Zdd Zdd Zd:ddZd;ddZd
d#d$Zd?d%d&Zd'd( ZG d)d* d*Zd+d, Zd-d. Zd/ZG d0d1 d1eZG d2d3 d3ZdS )@z@Extract, format and print information about Python stack traces. N) extract_stack extract_tbformat_exceptionformat_exception_onlyformat_listformat_stack format_tb print_exc format_excprint_exception print_lastprint_stackprint_tbclear_framesFrameSummaryStackSummaryTracebackException walk_stackwalk_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 fileend)sysstderrr from_listformatprint)extracted_listr item r !/usr/lib64/python3.9/traceback.py print_list s r" c C s t | 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 r r r! r s r c C s t t| |d|d dS )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. limitr N)r" r )tbr$ r r r r! r - s r c C s t | |d S )z5A shorthand for 'format_list(extract_tb(tb, limit))'.r# )r r r&