MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / clear

Function clear

projects/Spotify Player/main.py:119–122  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

117
118
119def clear(val):
120 if val != 0:
121 time.sleep(val)
122 os.system("clear")
123
124
125###################

Callers 3

checklistFunction · 0.70
mainFunction · 0.70
spinnerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected