shlex.wordchars The string of characters that will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics
turtle.st() Make the turtle visible. >>>
turtle.addshape(name, shape=None) There are three different ways to call this function:
turtle.bgpic(picname=None)
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
turtle.setx(x)
turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.
Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)
Page 3 of 17