shlex.whitespace Characters that will be considered whitespace and skipped. Whitespace bounds tokens. By default, includes space
Cmd.prompt The prompt issued to solicit input.
Cmd.postloop() Hook method executed once when cmdloop() is about to return. This method is a stub in Cmd;
turtle.heading() Return the turtle’s current heading (value depends on the turtle mode, see mode()).
turtle.listen(xdummy=None, ydummy=None) Set focus on TurtleScreen (in order to collect key-events). Dummy arguments are provided
Cmd.lastcmd The last nonempty command prefix seen.
Cmd.preloop() Hook method executed once when cmdloop() is called. This method is a stub in Cmd; it
shlex.commenters The string of characters that are recognized as comment beginners. All characters from the comment beginner
turtle.pu() turtle.up() Pull the pen up – no drawing when moving.
Cmd.postcmd(stop, line) Hook method executed just after a command dispatch is finished. This method is a stub in Cmd;
Page 11 of 17