MCPcopy 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

_bgcolorMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected