MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _delay

Method _delay

Python/Turtle.py:3417–3420  ·  view source on GitHub ↗

Set delay value which determines speed of turtle animation.

(self, delay=None)

Source from the content-addressed store, hash-verified

3415 ################################################################
3416
3417 def _delay(self, delay=None):
3418 """Set delay value which determines speed of turtle animation.
3419 """
3420 return self.screen.delay(delay)
3421
3422 def onclick(self, fun, btn=1, add=None):
3423 """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