Lines Matching refs:line
32 the direction it is facing, drawing a line as it moves. Give it the
177 for line in cfglines:
178 line = line.strip()
179 if not line or line.startswith("#"):
182 key, value = line.split("=")
184 print("Bad line in config-file %s:\n%s" % (filename,line))
283 ### From here up to line : Tkinter - Interface for turtle.py ###
525 """Create an invisible line item on canvas self.cv)
535 width is width of drawn line.
741 """Return 'line' or 'polygon' or 'image' depending on
1000 # start the demo from the command line.
1758 a line will be drawn. The turtle's orientation does not change.
1862 """Return the angle of the line from the turtle's position to (x, y).
1873 Return the angle, between the line from turtle-position to position
2074 """Set or return the line thickness.
2081 Set the line thickness to width or return it. If resizemode is set
2083 the same line thickness. If no argument is given, current pensize
2157 line drawing and turtle turning.
3162 """Move the pen to the point end, thereby drawing a line
3234 (screen._type(i) == "line")]
3298 """Closes current line item and starts a new one.
3299 Remark: if current line became too long, animation