MCPcopy Index your code
hub / github.com/python/cpython / clear

Method clear

Lib/turtledemo/nim.py:177–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 self.display("To play again press space bar. To leave press ESC.", msg2)
176
177 def clear(self):
178 if self.game.state == Nim.OVER:
179 self.screen.clear()
180
181
182class NimController(object):

Callers 5

refreshCanvasMethod · 0.45
startDemoMethod · 0.45
displayMethod · 0.45
display_date_timeFunction · 0.45
finalize_pendingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected