turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.
turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)
turtle.setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"]) Set the size and
class turtle.Turtle Subclass of RawTurtle, has the same interface but draws on a default Screen object created
addcomponent(poly, fill, outline=None)
turtle.up() Pull the pen up – no drawing when moving.
turtle.shape(name=None)
turtle.getturtle() turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return
turtle.setx(x)
shlex.wordchars The string of characters that will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics
Page 3 of 17