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

Method _incrementudc

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

Increment update counter.

(self)

Source from the content-addressed store, hash-verified

1287 self._delayvalue = int(delay)
1288
1289 def _incrementudc(self):
1290 """Increment update counter."""
1291 if not TurtleScreen._RUNNING:
1292 TurtleScreen._RUNNING = True
1293 raise Terminator
1294 if self._tracing > 0:
1295 self._updatecounter += 1
1296 self._updatecounter %= self._tracing
1297
1298 def update(self):
1299 """Perform a TurtleScreen update.

Callers 1

_update_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected