turtle.getcanvas()
  • References/Python/Python/Frameworks

turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.

2025-01-10 15:47:30
turtle.onkey()
  • References/Python/Python/Frameworks

turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)

2025-01-10 15:47:30
turtle.setup()
  • References/Python/Python/Frameworks

turtle.setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"]) Set the size and

2025-01-10 15:47:30
turtle.Turtle
  • References/Python/Python/Frameworks

class turtle.Turtle Subclass of RawTurtle, has the same interface but draws on a default Screen object created

2025-01-10 15:47:30
turtle.Shape.addcomponent()
  • References/Python/Python/Frameworks

addcomponent(poly, fill, outline=None)

2025-01-10 15:47:30
turtle.up()
  • References/Python/Python/Frameworks

turtle.up() Pull the pen up – no drawing when moving.

2025-01-10 15:47:30
turtle.shape()
  • References/Python/Python/Frameworks

turtle.shape(name=None)

2025-01-10 15:47:30
turtle.getturtle()
  • References/Python/Python/Frameworks

turtle.getturtle() turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return

2025-01-10 15:47:30
turtle.setx()
  • References/Python/Python/Frameworks

turtle.setx(x)

2025-01-10 15:47:30
shlex.shlex.wordchars
  • References/Python/Python/Frameworks

shlex.wordchars The string of characters that will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics

2025-01-10 15:47:30