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

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A Dturtle.py820 class TurtleGraphicsError(Exception): class in inherits: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("ba
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A Dturtle.py820 class TurtleGraphicsError(Exception): class in inherits: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("ba
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py820 class TurtleGraphicsError(Exception): class in inherits: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("ba
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py820 class TurtleGraphicsError(Exception): class in inherits: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("ba
[all...]

Completed in 33 milliseconds