MCPcopy
hub / github.com/apenwarr/redo / err

Function err

redo/logs.py:138–140  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

136 % (kind, pid, time.time(), s))
137
138def err(s):
139 s = s.rstrip()
140 meta('error', s)
141
142def warn(s):
143 s = s.rstrip()

Callers 9

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
start_stdin_log_readerFunction · 0.85
startMethod · 0.85
_start_selfMethod · 0.85
_record_new_stateMethod · 0.85
runFunction · 0.85
mainFunction · 0.85

Calls 1

metaFunction · 0.85

Tested by

no test coverage detected