turtle.title(titlestring)
turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return the “anonymous turtle”:
turtle.pu() turtle.up() Pull the pen up – no drawing when moving.
turtle.width(width=None)
turtle.mode(mode=None)
turtle.heading() Return the turtle’s current heading (value depends on the turtle mode, see mode()).
Cmd.postcmd(stop, line) Hook method executed just after a command dispatch is finished. This method is a stub in Cmd;
turtle.hideturtle() turtle.ht() Make the turtle invisible. It’s a good idea to do this while you’re in the middle
turtle.clearscreen() Delete all drawings and all turtles from the TurtleScreen. Reset the now empty TurtleScreen to its initial
turtle.clone() Create and return a clone of the turtle with same position, heading and turtle properties.
Page 11 of 17