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

turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)

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

shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing

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

shlex.eof Token used to determine end of file. This will be set to the empty string (''), in non-POSIX mode, and

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

turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing

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

turtle.screensize(canvwidth=None, canvheight=None, bg=None)

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

Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument

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

turtle.undobufferentries() Return number of entries in the undobuffer.

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.bgpic()
  • References/Python/Python/Frameworks

turtle.bgpic(picname=None)

2025-01-10 15:47:30