Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ prdict
Function
prdict
Tools/freeze/parsesetup.py:104–108 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
102
print(
'(name must begin with "Makefile" or "Setup")'
)
103
104
def
prdict(d):
105
keys = sorted(d.keys())
106
for
key in keys:
107
value = d[key]
108
print(
"%-15s"
% key, str(value))
109
110
if
__name__ ==
'__main__'
:
111
test()
Callers
1
test
Function · 0.85
Calls
2
str
Function · 0.85
keys
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…