Searched refs:turtles (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py52 turtle. So the turtles can more easily be used as a visual feedback
58 makes turtles very versatile geometrical objects.
124 'setworldcoordinates', 'title', 'tracer', 'turtles', 'update',
780 """Resize the canvas the turtles are drawing on. Does
953 """Delete all drawings and all turtles from the TurtleScreen.
1160 def turtles(self): member in class:TurtleScreen
1161 """Return the list of turtles on the screen.
1164 >>> screen.turtles()
1249 for t in self.turtles():
1402 """Resize the canvas the turtles ar
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py52 turtle. So the turtles can more easily be used as a visual feedback
58 makes turtles very versatile geometrical objects.
124 'setworldcoordinates', 'title', 'tracer', 'turtles', 'update',
780 """Resize the canvas the turtles are drawing on. Does
953 """Delete all drawings and all turtles from the TurtleScreen.
1160 def turtles(self): member in class:TurtleScreen
1161 """Return the list of turtles on the screen.
1164 >>> screen.turtles()
1249 for t in self.turtles():
1402 """Resize the canvas the turtles ar
[all...]

Completed in 61 milliseconds