§
w$éÉoF•ã ó0 — d Z ddlZddlZddlZddlZddlZ ddl
mZ g d¢Z
ddddd œd
„Zddddd œd„Zddœd
„Zd„ Zd„ Zd„ Z G d„ d¦ « Zd„ Z G d„ d¦ « Z eeeeeee ed¦ « h¦ « Zd„ Z dd„Z!d„ Z"e#dk r 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)ÚpprintÚpformatÚ
isreadableÚisrecursiveÚsafereprÚ
PrettyPrinterÚppé éP FT©ÚcompactÚ
sort_dictsÚunderscore_numbersc ó\ — t |||||||¬¦ « }| | ¦ « dS )zAPretty-print a Python object to a stream [default is sys.stdout].)ÚstreamÚindentÚwidthÚdepthr r r N)r r ) Úobjectr r r r r r r Úprinters ú3/opt/alt/python-internal/lib64/python3.11/pprint.pyr r 0 sC € õ ؘf¨E¸Ø JØ-ð/ñ /ô /€Gð ‡N‚N�6ÑÔÐÐÐó c óR — t ||||||¬¦ « | ¦ « S )z