MCPcopy
hub / github.com/Z4nzu/hackingtool / clear_scr

Method clear_scr

hackingtool.py:97–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 functions_menu[choice]()
96
97 def clear_scr(self):
98 if system() == 'Linux':
99 os.system('clear')
100 if system() == 'Windows':
101 os.system('cls')
102
103 def exit_app(self):
104 print("Happy Hacking...")

Callers 15

check_inputMethod · 0.95
menuMethod · 0.95
exit_appMethod · 0.95
anonsurfMethod · 0.95
ansurfMethod · 0.95
multitorMethod · 0.95
infoMethod · 0.95
nmapMethod · 0.95
dracnmapMethod · 0.95
portsMethod · 0.95
h2ipMethod · 0.95
xerosploitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected