cmd.Cmd.postloop()
  • References/Python/Python/Frameworks

Cmd.postloop() Hook method executed once when cmdloop() is about to return. This method is a stub in Cmd;

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

Cmd.undoc_header The header to issue if the help output has a section for undocumented commands (that is, there are do_*()

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

turtle.fd(distance)

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

turtle.setworldcoordinates(llx, lly, urx, ury)

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

class turtle.ScrolledCanvas(master)

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

Cmd.use_rawinput A flag, defaulting to true. If true, cmdloop() uses

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

turtle.color(*args) Return or set pencolor and fillcolor. Several input formats are allowed

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

turtle.reset() Delete the turtle’s drawings from the screen, re-center the turtle and set variables to the default values.

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

turtle.listen(xdummy=None, ydummy=None) Set focus on TurtleScreen (in order to collect key-events). Dummy arguments are provided

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

shlex.source This attribute is None by default. If you assign a string to it, that string will be recognized as

2025-01-10 15:47:30