Searched refs:TurtleGraphicsError (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
H A Dturtle.py866 class TurtleGraphicsError(Exception): class in inherits:Exception
891 raise TurtleGraphicsError("There is no shape type %s" % type_)
911 raise TurtleGraphicsError("Cannot add component to %s Shape"
1060 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1135 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1158 raise TurtleGraphicsError("bad color string: %s" % str(color))
1162 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1166 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1177 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2538 raise TurtleGraphicsError("ba
[all...]
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py821 class TurtleGraphicsError(Exception): class in inherits:Exception
846 raise TurtleGraphicsError("There is no shape type %s" % type_)
866 raise TurtleGraphicsError("Cannot add component to %s Shape"
1007 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1082 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1106 raise TurtleGraphicsError("bad color string: %s" % str(color))
1110 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1114 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1125 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2443 raise TurtleGraphicsError("ba
[all...]

Completed in 110 milliseconds