⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.12
/
__pycache__
/
View File Name :
pprint.cpython-312.pyc
CRh^^ d Z ddlZddlZddlZddlZddlZ ddl mZ g dZ ddddddZdddddd Zdd dZd Zd Zd Z G d d Zd Z G d d Z eeeeeee ed h Zd Z d Z!y)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 PrettyPrinterppFTcompact sort_dictsunderscore_numbersc J t ||||||| }|j | y)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 printers /usr/lib/python3.12/pprint.pyr r 0 s- fEJ-/G NN6 c B t |||||| j | S )z