Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:TurtleGraphicsError

820 class TurtleGraphicsError(Exception):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
1006 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1081 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1105 raise TurtleGraphicsError("bad color string: %s" % str(color))
1109 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1113 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1124 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2442 raise TurtleGraphicsError("bad cavas argument %s" % canvas)
2610 raise TurtleGraphicsError("bad color arguments: %s" % str(args))
2614 raise TurtleGraphicsError("bad color sequence: %s" % str(args))
2680 raise TurtleGraphicsError("There is no shape named %s" % name)