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

Function warn

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

Source from the content-addressed store, hash-verified

140 meta('error', s)
141
142def warn(s):
143 s = s.rstrip()
144 meta('warning', s)
145
146def debug(s):
147 if env.v.DEBUG >= 1:

Callers 3

warn_overrideFunction · 0.85
_start_selfMethod · 0.85
mainFunction · 0.85

Calls 1

metaFunction · 0.85

Tested by

no test coverage detected