Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/corpnewt/GenSMBIOS
/ cls
Method
cls
Scripts/utils.py:172–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
return
default
171
172
def
cls(self):
173
os.system(
'cls'
if
os.name==
'nt'
else
'clear'
)
174
175
def
cprint(self, message, **kwargs):
176
strip_colors = kwargs.get(
"strip_colors"
, False)
Callers
1
head
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected