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

Method clearCanvas

Lib/turtledemo/__main__.py:374–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372 "use mouse/keys or STOP", "red")
373
374 def clearCanvas(self):
375 self.refreshCanvas()
376 self.screen._delete("all")
377 self.canvas.config(cursor="")
378 self.configGUI(NORMAL, DISABLED, DISABLED)
379
380 def stopIt(self):
381 if self.exitflag:

Callers 2

loadfileMethod · 0.95
stopItMethod · 0.95

Calls 4

refreshCanvasMethod · 0.95
configGUIMethod · 0.95
_deleteMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected