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

turtle.exitonclick() Bind bye() method to mouse clicks on the Screen. If the value “using_IDLE”

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

turtle.onkeypress(fun, key=None)

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

turtle.turtles() Return the list of turtles on the screen.

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

Cmd.emptyline() Method called when an empty line is entered in response to the prompt. If this method is not overridden, it

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

turtle.home() Move turtle to the origin – coordinates (0,0) – and set its heading to its start-orientation (which depends on

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

shlex.lineno Source line number (count of newlines seen so far plus one).

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

turtle.get_shapepoly() Return the current shape polygon as tuple of coordinate pairs. This can be used to define a new shape

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

shlex.sourcehook(filename) When shlex detects a source request (see source below) this method is given

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

shlex.error_leader(infile=None, lineno=None) This method generates an error message leader in the format of a Unix C compiler

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

turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement in a turtle graphics program

2025-01-10 15:47:30