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

Function white

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

Source from the content-addressed store, hash-verified

20 return "\033[1;35m" + unicode(string) + "\033[0m"
21
22def white(string):
23 return "\033[1;37m" + unicode(string) + "\033[0m"
24
25def println(line, content):
26 print "\033[" + str(line) + ";0H\033[2K" + content

Callers 7

__init__Method · 0.85
refreshMethod · 0.85
renderHeaderMethod · 0.85
renderBodyMethod · 0.85
renderFooterMethod · 0.85
renderBodyMethod · 0.85
renderBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected