Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dturtle.py821 class TurtleGraphicsError(Exception): class
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("bad canvas argument %s" % canvas)
[all …]
/external/python/cpython2/Doc/library/
Dturtle.rst1742 TurtleGraphicsError: bad color sequence: (240, 160, 80)