MCPcopy
hub / github.com/corpnewt/gibMacOS / cls

Method cls

Scripts/utils.py:180–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 return default
179
180 def cls(self):
181 if not self.interactive:
182 return
183 if os.name == "nt":
184 os.system("cls")
185 elif os.environ.get("TERM"):
186 os.system("clear")
187
188 def cprint(self, message, **kwargs):
189 strip_colors = kwargs.get("strip_colors", False)

Callers 1

headMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected