Home
last modified time | relevance | path

Searched refs:ontimer (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_clock.py117 ontimer(tick, 100)
Ddemohelp.txt81 ontimer, or minimal_hanoi, which loops by recursion, then the
/external/python/cpython2/Doc/library/
Dturtle.rst196 | :func:`ontimer`
1681 .. function:: ontimer(fun, t=0)
1695 ... screen.ontimer(f, 250)
2191 | | of your computer | hands, ontimer |
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1357 def ontimer(self, fun, t=0): member in TurtleScreen