Home
last modified time | relevance | path

Searched refs:addcomponent (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/turtledemo/
Dplanet_and_moon.py88 planetshape.addcomponent(m1,"orange")
89 planetshape.addcomponent(m2,"blue")
Dround_dance.py49 sh.addcomponent(p, (c, 0.25, 1-c), "black")
/third_party/python/Doc/library/
Dturtle.rst1548 :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/
Dturtle.py894 def addcomponent(self, poly, fill, outline=None): member in Shape