Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ _update
Method
_update
Python/Turtle.py:456–459 ·
view source on GitHub ↗
Redraw graphics items on canvas
(self)
Source
from the content-addressed store, hash-verified
454
self.cv.delete(item)
455
456
def
_update(self):
457
""
"Redraw graphics items on canvas
458
""
"
459
self.cv.update()
460
461
def
_delay(self, delay):
462
""
"Delay subsequent canvas actions for delay ms."
""
Callers
1
_bgcolor
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected