MCPcopy Create free account
hub / github.com/XaviFortes/Python-UDP-Flood / clear

Function clear

udpflood.py:83–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 run2()
82
83def clear():
84 # for windows
85 if name == 'nt':
86 _ = system('cls')
87
88 # for mac and linux(here, os.name is 'posix')
89 else:
90 _ = system('clear')
91
92def byebye():
93 clear()

Callers 1

byebyeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected