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

Method refreshCanvas

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

Source from the content-addressed store, hash-verified

323 return menu
324
325 def refreshCanvas(self):
326 if self.dirty:
327 self.screen.clear()
328 self.dirty=False
329
330 def loadfile(self, filename):
331 self.clearCanvas()

Callers 2

startDemoMethod · 0.95
clearCanvasMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected