turtle.shearfactor(shear=None)
turtle.filling() Return fillstate (True if filling, False else).
turtle.backward(distance)
turtle.clear() Delete the turtle’s drawings from the screen. Do not move turtle. State and position of the turtle as well as
turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)
turtle.st() Make the turtle visible. >>>
shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used
shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
Cmd.onecmd(str) Interpret the argument as though it had been typed in response to the prompt. This may be overridden, but should
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
Page 1 of 17