⚝
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 :
~
/
snap
/
core
/
17210
/
usr
/
lib
/
python3.5
/
__pycache__
/
View File Name :
pprint.cpython-35.pyc
“³úf|Q ã @ sa d Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d d d d d g Z d d d d d d d d „Z d d d d d d d „Z d d „ Z d d „ Z d d „ Z Gd d „ d ƒ Z d d „ Z Gd d „ d ƒ Z d d „ Z e e e e e e e e e d ƒ h ƒ Z d d „ Z d d d „ Z d d „ Z! e" d k r]e ƒ d S)!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ÚpprintÚpformatÚ isreadableÚisrecursiveÚsafereprÚ PrettyPrinteré éP ÚcompactFc C s8 t d | d | d | d | d | ƒ } | j | ƒ d S)zAPretty-print a Python object to a stream [default is sys.stdout].ÚstreamÚindentÚwidthÚdepthr N)r r )Úobjectr r r r r Zprinter© r ú/usr/lib/python3.5/pprint.pyr / s c C s( t d | d | d | d | ƒ j | ƒ S)z