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

Method clearShell

recipes/Python/580811_Uno_TextBased/recipe-580811.py:802–803  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

800 self.passMax = len(self.turnList)
801
802 def clearShell(self):
803 os.system('cls' if os.name == 'nt' else 'clear')
804
805 def begin(self):
806 self.elements['Console'] = 'Beginning Game, Press Enter.'

Callers 2

drawScreenMethod · 0.95
pauseScreenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected