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

Function green

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

Source from the content-addressed store, hash-verified

5 return "\033[1;34m" + unicode(string) + "\033[0m"
6
7def green(string):
8 return "\033[1;32m" + unicode(string) + "\033[0m"
9
10def yellow(string):
11 return "\033[1;33m" + unicode(string) + "\033[0m"

Callers 1

renderHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected