%PDF- %PDF-
Direktori : /usr/local/lib/python3.8/__pycache__/ |
Current File : //usr/local/lib/python3.8/__pycache__/pprint.cpython-38.pyc |
U naS @ s d Z ddlZddlZddlZddlZddlm Z dddddd d gZd%d ddddZd&d ddddZ d ddd Zdd Zdd Zdd ZG dd dZdd ZG dd d Zdd ZeeeeeeeeedhZdd Z d'd d!Z!d"d# Z"e#d$k re! 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)StringIOpprintpformat isreadableisrecursivesaferepr PrettyPrinterpp P FTcompact sort_dictsc C s"