MCPcopy
hub / github.com/pyload/pyload / println

Function println

module/cli/printer.py:25–26  ·  view source on GitHub ↗
(line, content)

Source from the content-addressed store, hash-verified

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

Callers 9

__init__Method · 0.85
startMethod · 0.85
refreshMethod · 0.85
renderHeaderMethod · 0.85
renderBodyMethod · 0.85
renderFooterMethod · 0.85
runMethod · 0.85
renderBodyMethod · 0.85
renderBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected