Home
last modified time | relevance | path

Searched refs:ontimer (Results 1 – 7 of 7) 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/cpython3/Lib/turtledemo/
Dclock.py117 ontimer(tick, 100)
/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/cpython3/Doc/library/
Dturtle.rst211 | :func:`ontimer`
1760 .. function:: ontimer(fun, t=0)
1774 ... screen.ontimer(f, 250)
2323 | | of your computer | hands, ontimer |
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1357 def ontimer(self, fun, t=0): member in TurtleScreen
/external/python/cpython3/Lib/
Dturtle.py1440 def ontimer(self, fun, t=0): member in TurtleScreen