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

Function mag

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

Source from the content-addressed store, hash-verified

17 return "\033[1;36m" + unicode(string) + "\033[0m"
18
19def mag(string):
20 return "\033[1;35m" + unicode(string) + "\033[0m"
21
22def white(string):
23 return "\033[1;37m" + unicode(string) + "\033[0m"

Callers 3

renderBodyMethod · 0.85
renderBodyMethod · 0.85
renderBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected