⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
lib
/
python3.10
/
__pycache__
/
View File Name :
pprint.cpython-310.pyc
o Eh|_ @ s d Z ddlZddlZddlZddlZddlZ ddl mZ g dZ d$dddd d dZd%dddd dd ZddddZdd Zdd Zdd ZG dd dZdd ZG dd dZeeeeeeeedhZdd Z d&dd Z!d!d" Z"e#d#kr|e! dS 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_dictsunderscore_numbersc C s$ t |||||||d}|| dS )zAPretty-print a Python object to a stream [default is sys.stdout].)streamindentwidthdepthr r r N)r r ) objectr r r r r r r printer r /usr/lib/python3.10/pprint.pyr 0 s r c C s t ||||||d| S )z