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

Method _delay

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

Set delay value which determines speed of turtle animation.

(self, delay=None)

Source from the content-addressed store, hash-verified

3534 ################################################################
3535
3536 def _delay(self, delay=None):
3537 """Set delay value which determines speed of turtle animation.
3538 """
3539 return self.screen.delay(delay)
3540
3541 def onclick(self, fun, btn=1, add=None):
3542 """Bind fun to mouse-click event on this turtle on canvas.

Callers 1

_updateMethod · 0.45

Calls 1

delayMethod · 0.80

Tested by

no test coverage detected