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

Function yellow

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

Source from the content-addressed store, hash-verified

8 return "\033[1;32m" + unicode(string) + "\033[0m"
9
10def yellow(string):
11 return "\033[1;33m" + unicode(string) + "\033[0m"
12
13def red(string):
14 return "\033[1;31m" + unicode(string) + "\033[0m"

Callers 3

__init__Method · 0.85
refreshMethod · 0.85
renderHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected