Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py866 class TurtleGraphicsError(Exception): class
891 raise TurtleGraphicsError("There is no shape type %s" % type_)
911 raise TurtleGraphicsError("Cannot add component to %s Shape"
1061 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1136 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1159 raise TurtleGraphicsError("bad color string: %s" % str(color))
1163 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1167 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1178 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2539 raise TurtleGraphicsError("bad canvas argument %s" % canvas)
[all …]
/third_party/python/Doc/library/
Dturtle.rst1954 TurtleGraphicsError: bad color sequence: (240, 160, 80)