MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _update

Method _update

tools/python-3.11.9-amd64/Lib/turtle.py:559–562  ·  view source on GitHub ↗

Redraw graphics items on canvas

(self)

Source from the content-addressed store, hash-verified

557 self.cv.delete(item)
558
559 def _update(self):
560 """Redraw graphics items on canvas
561 """
562 self.cv.update()
563
564 def _delay(self, delay):
565 """Delay subsequent canvas actions for delay ms."""

Callers 1

_bgcolorMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected