MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pp

Function pp

tools/python-3.11.9-amd64/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 underscore_numbers=underscore_numbers).pformat(object)
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
68def saferepr(object):
69 """Version of repr() which can handle recursive data structures."""

Callers

nothing calls this directly

Calls 1

pprintFunction · 0.70

Tested by

no test coverage detected