Cmd.postloop() Hook method executed once when cmdloop() is about to return. This method is a stub in Cmd;
Cmd.undoc_header The header to issue if the help output has a section for undocumented commands (that is, there are do_*()
turtle.fd(distance)
turtle.setworldcoordinates(llx, lly, urx, ury)
class turtle.ScrolledCanvas(master)
Cmd.use_rawinput A flag, defaulting to true. If true, cmdloop() uses
turtle.color(*args) Return or set pencolor and fillcolor. Several input formats are allowed
turtle.reset() Delete the turtle’s drawings from the screen, re-center the turtle and set variables to the default values.
turtle.listen(xdummy=None, ydummy=None) Set focus on TurtleScreen (in order to collect key-events). Dummy arguments are provided
shlex.source This attribute is None by default. If you assign a string to it, that string will be recognized as
Page 12 of 17