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

Method _update_data

tools/python-3.11.9-amd64/Lib/turtle.py:2646–2652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2644 self._update()
2645
2646 def _update_data(self):
2647 self.screen._incrementudc()
2648 if self.screen._updatecounter != 0:
2649 return
2650 if len(self.currentLine)>1:
2651 self.screen._drawline(self.currentLineItem, self.currentLine,
2652 self._pencolor, self._pensize)
2653
2654 def _update(self):
2655 """Perform a Turtle-data update.

Callers 2

_updateMethod · 0.95
updateMethod · 0.80

Calls 2

_incrementudcMethod · 0.80
_drawlineMethod · 0.80

Tested by

no test coverage detected