⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
__pycache__
/
View File Name :
pprint.cpython-310.pyc
o }5h|_ @ 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