MCPcopy 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
104def prdict(d):
105 keys = sorted(d.keys())
106 for key in keys:
107 value = d[key]
108 print("%-15s" % key, str(value))
109
110if __name__ == '__main__':
111 test()

Callers 1

testFunction · 0.85

Calls 2

strFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…