Searched refs:addcomponent (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/turtledemo/ |
D | planet_and_moon.py | 88 planetshape.addcomponent(m1,"orange") 89 planetshape.addcomponent(m2,"blue")
|
D | round_dance.py | 49 sh.addcomponent(p, (c, 0.25, 1-c), "black")
|
/third_party/python/Doc/library/ |
D | turtle.rst | 1548 :meth:`addcomponent` method. 1557 >>> s.addcomponent(poly1, "red", "blue") 1559 >>> s.addcomponent(poly2, "blue", "red") 2158 :meth:`addcomponent` method) 2161 .. method:: addcomponent(poly, fill, outline=None) 2174 >>> s.addcomponent(poly, "red", "blue")
|
/third_party/python/Lib/ |
D | turtle.py | 894 def addcomponent(self, poly, fill, outline=None): member in Shape
|