MCPcopy Create free account
hub / github.com/USBToolBox/tool / cls

Function cls

Scripts/utils.py:102–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102def cls():
103 os.system("cls" if os.name == "nt" else "clear")
104
105
106def header(text, width=55):

Callers 3

headerFunction · 0.85
headMethod · 0.85
startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected