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

Function debug

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

Source from the content-addressed store, hash-verified

144 meta('warning', s)
145
146def debug(s):
147 if env.v.DEBUG >= 1:
148 s = s.rstrip()
149 meta('debug', s)
150
151def debug2(s):
152 if env.v.DEBUG >= 2:

Callers 1

isdirtyFunction · 0.85

Calls 1

metaFunction · 0.85

Tested by

no test coverage detected