MCPcopy
hub / github.com/pyinstaller/pyinstaller / pprint

Function pprint

bootloader/waflib/Logs.py:262–263  ·  view source on GitHub ↗
(col, msg, label='', sep='\n')

Source from the content-addressed store, hash-verified

260
261
262def pprint(col, msg, label='', sep='\n'):
263 info('%s%s%s %s', colors(col), msg, colors.NORMAL, label, extra={'terminator': sep})

Callers

nothing calls this directly

Calls 1

infoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…