Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
startDemo
Method · 0.95
clearCanvas
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected