⚝
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 :
pprint.cpython-39.pyc
a DOgW @ s d Z ddlZddlZddlZddlZddlm Z g dZd&ddd d dZd'ddd dd Z ddddZdd Zdd Zdd ZG dd dZdd ZG dd dZdd ZeeeeeeeeedhZdd Z d(d!d"Z!d#d$ Z"e#d%k re! dS ))a/ Support to pretty-print lists, tuples, & dictionaries recursively. Very simple, but useful, especially in debugging data structures. Classes ------- PrettyPrinter() Handle pretty-printing operations onto a stream using a configured set of formatting parameters. Functions --------- pformat() Format a Python object into a pretty-printed representation. pprint() Pretty-print a Python object to a stream [default is sys.stdout]. saferepr() Generate a 'standard' repr()-like value, but protect against recursive data structures. N)StringIO)pprintpformat isreadableisrecursivesaferepr PrettyPrinterpp P FTcompact sort_dictsc C s" t ||||||d}|| dS )zAPretty-print a Python object to a stream [default is sys.stdout].)streamindentwidthdepthr r N)r r )objectr r r r r r Zprinter r /usr/lib64/python3.9/pprint.pyr / s r c C s t |||||d| S )z