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

Method _delay

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

Delay subsequent canvas actions for delay ms.

(self, delay)

Source from the content-addressed store, hash-verified

562 self.cv.update()
563
564 def _delay(self, delay):
565 """Delay subsequent canvas actions for delay ms."""
566 self.cv.after(delay)
567
568 def _iscolorstring(self, color):
569 """Check if the string color is a legal Tkinter color string.

Callers

nothing calls this directly

Calls 1

afterMethod · 0.80

Tested by

no test coverage detected