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

/external/python/cpython2/Demo/turtle/
H A Dtdemo_wikipedia.py21 #create ne-1 additional turtles
29 # let those ne turtles make a step
55 while any([t.undobufferentries() for t in s.turtles()]):
56 for t in s.turtles():
H A Dtdemo_tree.py16 there are 1024 turtles.
52 print len(p.getscreen().turtles())
/external/python/cpython3/Lib/turtledemo/
H A Dwikipedia.py21 #create ne-1 additional turtles
29 # let those ne turtles make a step
55 while any([t.undobufferentries() for t in s.turtles()]):
56 for t in s.turtles():
H A Dtree.py16 there are 1024 turtles.
52 print(len(p.getscreen().turtles()))
/external/python/cpython2/Lib/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',
781 """Resize the canvas the turtles are drawing on. Does
954 """Delete all drawings and all turtles from the TurtleScreen.
1161 def turtles(self): member in class:TurtleScreen
1162 """Return the list of turtles on the screen.
1165 >>> screen.turtles()
1250 for t in self.turtles():
1403 """Resize the canvas the turtles ar
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py52 turtle. So the turtles can more easily be used as a visual feedback
58 makes turtles very versatile geometrical objects.
125 'setworldcoordinates', 'textinput', 'title', 'tracer', 'turtles', 'update',
775 """Resize the canvas the turtles are drawing on. Does
1005 """Delete all drawings and all turtles from the TurtleScreen.
1213 def turtles(self): member in class:TurtleScreen
1214 """Return the list of turtles on the screen.
1217 >>> screen.turtles()
1302 for t in self.turtles():
1486 """Resize the canvas the turtles ar
[all...]

Completed in 144 milliseconds