MCPcopy Create free account
hub / github.com/ActiveState/code / clearShell

Function clearShell

recipes/Python/580811_Uno_TextBased/recipe-580811.py:1330–1331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1328 ###MENUS###
1329
1330 def clearShell():
1331 os.system('cls' if os.name == 'nt' else 'clear')
1332
1333 def mainMenu():
1334 sys.stdout.write("\x1b[8;32;63t")

Callers 3

removePlayerFunction · 0.85
settingsMenuFunction · 0.85
drawMainMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected