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

  /external/python/cpython3/Lib/turtledemo/
round_dance.py 49 sh.addcomponent(p, (c, 0.25, 1-c), "black")
planet_and_moon.py 88 planetshape.addcomponent(m1,"orange")
89 planetshape.addcomponent(m2,"blue")
  /external/python/cpython2/Demo/turtle/
tdemo_planet_and_moon.py 89 planetshape.addcomponent(m1,"orange")
90 planetshape.addcomponent(m2,"blue")
  /external/python/cpython2/Lib/lib-tk/
turtle.py 831 an image or a list constructed using the addcomponent method.
849 def addcomponent(self, poly, fill, outline=None): member in class:Shape
857 -- s.addcomponent(((0,0), (10,10), (-10,10)), "red", "blue")
862 >>> s.addcomponent(poly, "red", "blue")
    [all...]
  /external/python/cpython3/Lib/
turtle.py 894 def addcomponent(self, poly, fill, outline=None): member in class:Shape
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 183 milliseconds