MCPcopy Index your code
hub / github.com/python/cpython / pprint

Function pprint

Tools/i18n/makelocalealias.py:101–104  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

99 return data
100
101def pprint(data):
102 items = sorted(data.items())
103 for k, v in items:
104 print(f" {k!a:<40}{v!a},")
105
106def print_differences(data, olddata):
107 items = sorted(olddata.items())

Callers 1

makelocalealias.pyFile · 0.70

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…