Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _update
Method
_update
Lib/turtle.py:555–558 ·
view source on GitHub ↗
Redraw graphics items on canvas
(self)
Source
from the content-addressed store, hash-verified
553
self.cv.delete(item)
554
555
def
_update(self):
556
""
"Redraw graphics items on canvas
557
""
"
558
self.cv.update()
559
560
def
_delay(self, delay):
561
""
"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