HomeSort by relevance Sort by last modified time
    Searched refs:addcomponent (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 830 an image or a list constructed using the addcomponent method.
848 def addcomponent(self, poly, fill, outline=None): member in class:Shape
856 -- s.addcomponent(((0,0), (10,10), (-10,10)), "red", "blue")
861 >>> s.addcomponent(poly, "red", "blue")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 830 an image or a list constructed using the addcomponent method.
848 def addcomponent(self, poly, fill, outline=None): member in class:Shape
856 -- s.addcomponent(((0,0), (10,10), (-10,10)), "red", "blue")
861 >>> s.addcomponent(poly, "red", "blue")
    [all...]

Completed in 25 milliseconds