MCPcopy
hub / github.com/jaykali/hackerpro / clearScr

Function clearScr

hackerpro.py:1029–1037  ·  view source on GitHub ↗

clear the screen in case of GNU/Linux or windows

()

Source from the content-addressed store, hash-verified

1027
1028
1029def clearScr():
1030 """
1031 clear the screen in case of GNU/Linux or
1032 windows
1033 """
1034 if system() == 'Linux':
1035 os.system('clear')
1036 if system() == 'Windows':
1037 os.system('cls')
1038
1039
1040class Fscan:

Callers 15

menuFunction · 0.85
doorkFunction · 0.85
postexpFunction · 0.85
brutexFunction · 0.85
arachniFunction · 0.85
XSStrikeFunction · 0.85
cripsFunction · 0.85
gabrielFunction · 0.85
sitecheckerFunction · 0.85
portsFunction · 0.85
bsqlbfFunction · 0.85
webhackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected