shlex.quotes Characters that will be considered string quotes. The token accumulates until the same quote is encountered again
turtle.isdown() Return True if pen is down, False if it’s up.
turtle.get_poly() Return the last recorded polygon. >>>
turtle.fillcolor(*args) Return or set the fillcolor. Four input formats are allowed:
shlex.escape Characters that will be considered as escape. This will be only used in POSIX mode, and includes just '\'
Cmd.precmd(line) Hook method executed just before the command line line is interpreted, but after the input prompt
turtle.speed(speed=None)
turtle.shapesize(stretch_wid=None, stretch_len=None, outline=None) turtle.turtlesize(stretch_wid=None, stretch_len=None, outline=None)
turtle.undo() Undo (repeatedly) the last turtle action(s). Number of available undo actions is determined by the size of the
turtle.pos() Return the turtle’s current location (x,y) (as a Vec2D vector).
Page 16 of 17