bundles / IPython 9.11.0 / IPython / lib / pretty / PrettyPrinter
class
IPython.lib.pretty:PrettyPrinter
source: /IPython/lib/pretty.py :195
Signature
class PrettyPrinter ( output , max_width = 79 , newline =
, max_seq_length = 1000 ) Members
-
__init__ -
_break_one_group -
_break_outer_groups -
_enumerate -
begin_group -
break_ -
breakable -
end_group -
flush -
text
Summary
Baseclass for the RepresentationPrinter prettyprinter that is used to generate pretty reprs of objects. Contrary to the RepresentationPrinter this printer knows nothing about the default pprinters or the _repr_pretty_ callback method.
Aliases
-
IPython.lib.pretty.PrettyPrinter