MCPcopy Index your code
hub / github.com/pyload/pyload / red

Function red

module/cli/printer.py:13–14  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

11 return "\033[1;33m" + unicode(string) + "\033[0m"
12
13def red(string):
14 return "\033[1;31m" + unicode(string) + "\033[0m"
15
16def cyan(string):
17 return "\033[1;36m" + unicode(string) + "\033[0m"

Callers 3

startMethod · 0.85
renderHeaderMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected