Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
def
cls():
103
os.system(
"cls"
if
os.name ==
"nt"
else
"clear"
)
104
105
106
def
header(text, width=55):
Callers
3
header
Function · 0.85
head
Method · 0.85
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected