MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _show_dict

Function _show_dict

pipcl.py:3472–3477  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

3470
3471
3472def _show_dict(d):
3473 ret = ''
3474 for n in sorted(d.keys()):
3475 v = d[n]
3476 ret += f' {n}: {v!r}\n'
3477 return ret
3478
3479def show_sysconfig():
3480 '''

Callers 1

show_sysconfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…