MCPcopy Index your code
hub / github.com/DanielKeep/rust-conv / msg_trace

Function msg_trace

update-docs.py:49–57  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

47 sys.stdout.flush()
48
49def msg_trace(*args):
50 if TRACE_UPDATE_DOCS:
51 if USE_ANSI: sys.stderr.write('\x1b[1;31m')
52 sys.stderr.write('$ ')
53 if USE_ANSI: sys.stderr.write('\x1b[0m')
54 for arg in args:
55 sys.stderr.write(str(arg))
56 sys.stderr.write('\n')
57 sys.stderr.flush()
58
59def copytree(src, dst):
60 msg_trace('copytree(%r, %r)' % (src, dst))

Callers 6

shFunction · 0.85
sh_evalFunction · 0.85
copytreeFunction · 0.85
really_rmtreeFunction · 0.85
init_doc_branchFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected