MCPcopy Create free account
hub / github.com/ActiveState/code / errorMsg

Function errorMsg

recipes/Python/577546_linecountpy/recipe-577546.py:89–90  ·  view source on GitHub ↗
(mes)

Source from the content-addressed store, hash-verified

87
88
89def errorMsg(mes):
90 sys.stderr.write(boldFmt(redFmt('Error: ' + mes)) + '\n')
91
92
93

Callers 1

recipe-577546.pyFile · 0.85

Calls 3

boldFmtFunction · 0.85
redFmtFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected