MCPcopy Index your code
hub / github.com/ipython/ipython / pretty.py

File pretty.py

IPython/lib/pretty.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Python advanced pretty printer. This pretty printer is intended to
3replace the old `pprint` python module which does not allow developers
4to provide their own pretty print callbacks.

Callers

nothing calls this directly

Calls 6

_seq_pprinter_factoryFunction · 0.85
_dict_pprinter_factoryFunction · 0.85
_set_pprinter_factoryFunction · 0.85
for_type_by_nameFunction · 0.85
pprintFunction · 0.85
FooClass · 0.70

Tested by

no test coverage detected