xo-umbrella2/xo-indentlog/docs/pretty_impl.rst
Roland Conybeare 966c3903e1 git subrepo clone git@github.com:Rconybea/xo-indentlog.git xo-indentlog
subrepo:
  subdir:   "xo-indentlog"
  merged:   "0834c6ad"
upstream:
  origin:   "git@github.com:Rconybea/xo-indentlog.git"
  branch:   "main"
  commit:   "0834c6ad"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 21:30:17 -04:00

37 lines
736 B
ReStructuredText

.. _pretty_impl:
Pretty Printer
==============
Abstraction tower for *xo-indentlog* pretty-printer:
.. ditaa::
:--scale: 0.85
+--------------------+
| toppstr |
+--------------------+
| ppdetail |
+--------------------+
| ppstate |
+--------------------+
| ppconfig |
+--------------------+
**toppstr**
Pretty print arguments to string.
**ppdetail**
Template for Type-specific pretty-printing.
**ppstate**
Temporary state object. Created once for each top-level pretty-print call
**ppconfig**
Pretty-printer configuration.
.. toctree::
:maxdepth: 1
ppstr functions <ppstr-reference>
ppconfig class <ppconfig-reference>