Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
def
errorMsg(mes):
90
sys.stderr.write(boldFmt(redFmt(
'Error: '
+ mes)) +
'\n'
)
91
92
93
Callers
1
recipe-577546.py
File · 0.85
Calls
3
boldFmt
Function · 0.85
redFmt
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected