Home
last modified time | relevance | path

Searched refs:shapesize (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
Dround_dance.py44 shapesize(s)
52 shapesize(1)
79 shapesize(cs)
Dplanet_and_moon.py97 sun.shapesize(1.8)
101 earth.shapesize(0.8)
104 moon.shapesize(0.5)
Dsorting_animate.py28 self.shapesize(size * 1.5, 1.5, 2) # square-->rectangle
50 width, _, _ = d.shapesize()
78 width, _, _ = b.shapesize()
Dpaint.py41 shapesize(.5)
Dminimal_hanoi.py26 self.shapesize(1.5, n*1.5, 2) # square-->rectangle
Dcolormixer.py11 self.shapesize(3,3,5)
Dclock.py74 hand.shapesize(1, 1, 3)
Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
Dnim.py97 self.shapesize(HUNIT/10.0, WUNIT/20.0)
/external/python/cpython2/Demo/turtle/
Dtdemo_planet_and_moon.py98 sun.shapesize(1.8)
102 earth.shapesize(0.8)
105 moon.shapesize(0.5)
Dtdemo_paint.py41 shapesize(.5)
Dtdemo_minimal_hanoi.py26 self.shapesize(1.5, n*1.5, 2) # square-->rectangle
Dtdemo_colormixer.py11 self.shapesize(3,3,5)
Dtdemo_clock.py74 hand.shapesize(1, 1, 3)
Dtdemo_penrose.py93 shapesize(l/100.0, l/100.0, th)
Dtdemo_nim.py97 self.shapesize(HUNIT/10.0, WUNIT/20.0)
/external/python/cpython3/Doc/library/
Dturtle.rst166 | :func:`shapesize` | :func:`turtlesize`
1142 :func:`shapesize`.
1145 resizemode("user") is called by :func:`shapesize` when used with arguments.
1156 .. function:: shapesize(stretch_wid=None, stretch_len=None, outline=None)
1172 >>> turtle.shapesize()
1175 >>> turtle.shapesize(5, 5, 12)
1176 >>> turtle.shapesize()
1178 >>> turtle.shapesize(outline=8)
1179 >>> turtle.shapesize()
1197 >>> turtle.shapesize(5,2)
[all …]
/external/python/cpython2/Doc/library/
Dturtle.rst151 | :func:`shapesize` | :func:`turtlesize`
1132 :func:`shapesize`.
1135 resizemode("user") is called by :func:`shapesize` when used with arguments.
1146 .. function:: shapesize(stretch_wid=None, stretch_len=None, outline=None)
1162 >>> turtle.shapesize()
1165 >>> turtle.shapesize(5, 5, 12)
1166 >>> turtle.shapesize()
1168 >>> turtle.shapesize(outline=8)
1169 >>> turtle.shapesize()
1184 >>> turtle.shapesize(5,2)
[all …]
/external/python/cpython2/Lib/lib-tk/
Dturtle.py2685 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3542 turtlesize = shapesize
/external/python/cpython3/Lib/
Dturtle.py2780 def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): member in RawTurtle
3651 turtlesize = shapesize