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

/external/python/cpython2/Demo/turtle/
H A Dtdemo_clock.py117 ontimer(tick, 100)
/external/python/cpython3/Lib/turtledemo/
H A Dclock.py117 ontimer(tick, 100)
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py122 'getshapes', 'listen', 'mode', 'onkey', 'onscreenclick', 'ontimer',
1357 def ontimer(self, fun, t=0): member in class:TurtleScreen
1371 ... screen.ontimer(f, 250)
/external/python/cpython3/Lib/
H A Dturtle.py123 'onkey', 'onkeypress', 'onkeyrelease', 'onscreenclick', 'ontimer',
1440 def ontimer(self, fun, t=0): member in class:TurtleScreen
1454 ... screen.ontimer(f, 250)

Completed in 116 milliseconds