Lines Matching defs:left
133 'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd',
595 anchor = {"left":"sw", "center":"s", "right":"se" }
1073 llx -- a number, x-coordinate of lower left corner of canvas
1074 lly -- a number, y-coordinate of lower left corner of canvas
1088 ... left(10)
1576 >>> turtle.left(90)
1681 def left(self, angle):
1682 """Turn turtle left by angle units.
1684 Aliases: left | lt
1689 Turn turtle left by angle units. (Units are by default degrees,
1696 >>> turtle.left(45)
1722 >>> turtle.left(60)
1736 >>> turtle.left(60)
1902 >>> turtle.left(67)
1947 Draw a circle with given radius. The center is radius units left
2015 lt = left
2161 and likewise left/right make the turtle turn instantly.
3427 def write(self, arg, move=False, align="left", font=("Arial", 8, "normal")):
3433 align (optional) -- one of the strings "left", "center" or right"
3437 turtle position according to align ("left", "center" or right")
3547 btn -- number of the mouse-button defaults to 1 (left mouse button).
3554 ... left(360)
3568 btn -- number of the mouse-button defaults to 1 (left mouse button).
3593 btn -- number of the mouse-button defaults to 1 (left mouse button).
3720 startx: if positive, starting position in pixels from the left
3730 sets window to 200x200 pixels, in upper left of screen
4017 left(90)
4042 left(90)
4050 left(90)
4116 turtle.left(90)