class turtle.TurtleScreen(cv)
turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement in a turtle graphics program
turtle.onrelease(fun, btn=1, add=None)
shlex.error_leader(infile=None, lineno=None) This method generates an error message leader in the format of a Unix C compiler
shlex.sourcehook(filename) When shlex detects a source request (see source below) this method is given
shlex.split(s, comments=False, posix=True) Split the string s using shell-like syntax. If comments is
turtle.title(titlestring)
class turtle.RawTurtle(canvas) class turtle.RawPen(canvas)
turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return the “anonymous turtle”:
turtle.left(angle) turtle.lt(angle)
Page 7 of 17