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

Function pprint

tools/python-3.11.9-amd64/Tools/i18n/makelocalealias.py:89–92  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

87 return data
88
89def pprint(data):
90 items = sorted(data.items())
91 for k, v in items:
92 print(' %-40s%a,' % ('%a:' % k, v))
93
94def print_differences(data, olddata):
95 items = sorted(olddata.items())

Callers 1

makelocalealias.pyFile · 0.70

Calls 3

sortedFunction · 0.85
printFunction · 0.50
itemsMethod · 0.45

Tested by

no test coverage detected