Searched refs:shapesize (Results 1 - 18 of 18) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
H A Dround_dance.py44 shapesize(s)
52 shapesize(1)
79 shapesize(cs)
H A Dpaint.py41 shapesize(.5)
H A Dplanet_and_moon.py97 sun.shapesize(1.8)
101 earth.shapesize(0.8)
104 moon.shapesize(0.5)
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dminimal_hanoi.py15 stretched to rectangles by shapesize()
26 self.shapesize(1.5, n*1.5, 2) # square-->rectangle
H A Dsorting_animate.py13 stretched to rectangles by shapesize()
28 self.shapesize(size * 1.5, 1.5, 2) # square-->rectangle
50 width, _, _ = d.shapesize()
78 width, _, _ = b.shapesize()
H A Dclock.py74 hand.shapesize(1, 1, 3)
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
H A Dnim.py97 self.shapesize(HUNIT/10.0, WUNIT/20.0)
/external/python/cpython2/Demo/turtle/
H A Dtdemo_paint.py41 shapesize(.5)
H A Dtdemo_planet_and_moon.py98 sun.shapesize(1.8)
102 earth.shapesize(0.8)
105 moon.shapesize(0.5)
H A Dtdemo_colormixer.py11 self.shapesize(3,3,5)
H A Dtdemo_minimal_hanoi.py15 stretched to rectangles by shapesize()
26 self.shapesize(1.5, n*1.5, 2) # square-->rectangle
H A Dtdemo_clock.py74 hand.shapesize(1, 1, 3)
H A Dtdemo_penrose.py93 shapesize(l/100.0, l/100.0, th)
H A Dtdemo_nim.py97 self.shapesize(HUNIT/10.0, WUNIT/20.0)
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
1970 which are set by shapesize()
1973 resizemode("user") is called by a call of shapesize with arguments.
2685 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): function
2703 >>> turtle.shapesize(5, 5, 12)
2704 >>> turtle.shapesize(outline=8)
2736 >>> turtle.shapesize(5,2)
2759 >>> turtle.shapesize(5,2)
2777 >>> turtle.shapesize(5,2)
3542 turtlesize = shapesize
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py136 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'shapetransform', 'shearfactor', 'showturtle',
2055 which are set by shapesize()
2058 resizemode("user") is called by a call of shapesize with arguments.
2780 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in class:RawTurtle
2798 >>> turtle.shapesize(5, 5, 12)
2799 >>> turtle.shapesize(outline=8)
2834 >>> turtle.shapesize(5,2)
2855 >>> turtle.shapesize(5,2)
2883 >>> turtle.shapesize(5,2)
2904 >>> turtle.shapesize(
[all...]

Completed in 2038 milliseconds