Searched defs:Turtle (Results 1 - 14 of 14) sorted by relevance

/external/ImageMagick/PerlMagick/demo/
H A DTurtle.pm2 Turtle; package
57 "Turtle.pm";
/external/python/cpython2/Demo/turtle/
H A Dtdemo_tree.py14 (2) Turtle-cloning: At each branching point
18 from turtle import Turtle, mainloop namespace
40 p = Turtle()
H A Dtdemo_colormixer.py3 from turtle import Screen, Turtle, mainloop namespace
5 class ColorTurtle(Turtle):
8 Turtle.__init__(self)
48 writer = Turtle()
H A Dtdemo_wikipedia.py16 from turtle import Screen, Turtle, mainloop namespace
39 p=Turtle()
H A Dtdemo_bytedesign.py10 Problem Solving with Logo: Using Turtle
26 from turtle import Turtle, mainloop namespace
31 class Designer(Turtle):
H A Dtdemo_planet_and_moon.py20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec namespace
39 class Star(Turtle):
41 Turtle.__init__(self, shape=shape)
72 s = Turtle()
/external/python/cpython3/Lib/turtledemo/
H A Dtree.py14 (2) Turtle-cloning: At each branching point
18 from turtle import Turtle, mainloop namespace
40 p = Turtle()
H A Dcolormixer.py3 from turtle import Screen, Turtle, mainloop namespace
5 class ColorTurtle(Turtle):
8 Turtle.__init__(self)
48 writer = Turtle()
H A Dwikipedia.py16 from turtle import Screen, Turtle, mainloop namespace
39 p=Turtle()
H A Dbytedesign.py10 Problem Solving with Logo: Using Turtle
25 from turtle import Turtle, mainloop namespace
30 class Designer(Turtle):
H A Dforest.py14 from turtle import Turtle, colormode, tracer, mainloop namespace
85 p = Turtle()
88 u = doit1(6, Turtle(undobuffersize=1))
89 s = doit2(7, Turtle(undobuffersize=1))
90 t = doit3(5, Turtle(undobuffersize=1))
H A Dplanet_and_moon.py20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec namespace
38 class Star(Turtle):
40 Turtle.__init__(self, shape=shape)
71 s = Turtle()
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py26 Turtle graphics is a popular way for introducing programming to
57 (multicolored) shapes. Turtle shapes can be stretched and tilted, which
119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
169 "title": "Python Turtle Graphics",
357 using turtle graphics functions or the Turtle class.
979 Turtle._pen = None
988 Mode 'logo' is compatible with most Logo-Turtle-Graphics.
1166 [<turtle.Turtle object at 0x00E11FB0>]
1306 and a Turtle instance named turtle):
1415 Example (for a Turtle instanc
3689 class Turtle(RawTurtle): class in inherits:RawTurtle
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py26 Turtle graphics is a popular way for introducing programming to
57 (multicolored) shapes. Turtle shapes can be stretched and tilted, which
119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
167 "title": "Python Turtle Graphics",
333 using turtle graphics functions or the Turtle class.
997 # Force Turtle window to the front on OS X. This is needed because
998 # the Turtle window will show behind the Terminal window when you
1032 Turtle._pen = None
1041 Mode 'logo' is compatible with most Logo-Turtle-Graphics.
1218 [<turtle.Turtle objec
3798 class Turtle(RawTurtle): class in inherits:RawTurtle
[all...]

Completed in 490 milliseconds