Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
def
pprint(data):
90
items = sorted(data.items())
91
for
k, v in items:
92
print(
' %-40s%a,'
% (
'%a:'
% k, v))
93
94
def
print_differences(data, olddata):
95
items = sorted(olddata.items())
Callers
1
makelocalealias.py
File · 0.70
Calls
3
sorted
Function · 0.85
print
Function · 0.50
items
Method · 0.45
Tested by
no test coverage detected