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

Function msg

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

Source from the content-addressed store, hash-verified

37 return result
38
39def msg(*args):
40 if USE_ANSI: sys.stdout.write('\x1b[1;34m')
41 sys.stdout.write('> ')
42 if USE_ANSI: sys.stdout.write('\x1b[1;32m')
43 for arg in args:
44 sys.stdout.write(str(arg))
45 if USE_ANSI: sys.stdout.write('\x1b[0m')
46 sys.stdout.write('\n')
47 sys.stdout.flush()
48
49def msg_trace(*args):
50 if TRACE_UPDATE_DOCS:

Callers 3

really_rmtreeFunction · 0.85
init_doc_branchFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected