You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.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

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