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

turtle.isvisible() Return True if the Turtle is shown, False if it’s hidden.

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

shlex.instream The input stream from which this shlex instance is reading characters.

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

turtle.forward(distance) turtle.fd(distance)

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

shlex.get_token() Return a token. If tokens have been stacked using push_token(), pop a token off the stack. Otherwise

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

shlex.commenters The string of characters that are recognized as comment beginners. All characters from the comment beginner

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

turtle.bgcolor(*args)

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

turtle.down() Pull the pen down – drawing when moving.

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

turtle.clearstamps(n=None)

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

turtle.shapesize(stretch_wid=None, stretch_len=None, outline=None) turtle.turtlesize(stretch_wid=None, stretch_len=None, outline=None)

2025-01-10 15:47:30
cmd.Cmd.doc_header
  • References/Python/Python/Frameworks

Cmd.doc_header The header to issue if the help output has a section for documented commands.

2025-01-10 15:47:30