Searched refs:ontimer (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Demo/turtle/ |
D | tdemo_clock.py | 117 ontimer(tick, 100)
|
D | demohelp.txt | 81 ontimer, or minimal_hanoi, which loops by recursion, then the
|
/external/python/cpython3/Lib/turtledemo/ |
D | clock.py | 117 ontimer(tick, 100)
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 196 | :func:`ontimer` 1681 .. function:: ontimer(fun, t=0) 1695 ... screen.ontimer(f, 250) 2191 | | of your computer | hands, ontimer |
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 211 | :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/ |
D | turtle.py | 1357 def ontimer(self, fun, t=0): member in TurtleScreen
|
/external/python/cpython3/Lib/ |
D | turtle.py | 1440 def ontimer(self, fun, t=0): member in TurtleScreen
|