MCPcopy Create free account
hub / github.com/RustPython/RustPython / pp

Function pp

Lib/pprint.py:64–66  ·  view source on GitHub ↗

Pretty-print a Python object

(object, *args, sort_dicts=False, **kwargs)

Source from the content-addressed store, hash-verified

62
63
64def pp(object, *args, sort_dicts=False, **kwargs):
65 """Pretty-print a Python object"""
66 pprint(object, *args, sort_dicts=sort_dicts, **kwargs)
67
68
69def saferepr(object):

Callers

nothing calls this directly

Calls 1

pprintFunction · 0.85

Tested by

no test coverage detected