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

Function cyan

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

Source from the content-addressed store, hash-verified

14 return "\033[1;31m" + unicode(string) + "\033[0m"
15
16def cyan(string):
17 return "\033[1;36m" + unicode(string) + "\033[0m"
18
19def mag(string):
20 return "\033[1;35m" + unicode(string) + "\033[0m"

Callers 1

renderHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected