MCPcopy
hub / github.com/HunxByts/GhostTrack / clear

Function clear

GhostTR.py:210–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209
210def clear():
211 # for windows
212 if os.name == 'nt':
213 _ = os.system('cls')
214 # for mac and linux
215 else:
216 _ = os.system('clear')
217
218
219def call_option(opt):

Callers 3

optionFunction · 0.85
run_bannerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected