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

  /external/python/cpython2/Demo/turtle/
tdemo_wikipedia.py 33 t.pencolor(1-c,0,c)
42 p.pencolor("red")
tdemo_chaos.py 33 pencolor(color)
tdemo_colormixer.py 25 self.pencolor("gray25")
tdemo_penrose.py 171 pencolor("black")
173 pencolor(0.7,0.7,1)
tdemo_planet_and_moon.py 101 earth.pencolor("green")
104 moon.pencolor("blue")
tdemo_nim.py 139 self.writer.pencolor("red")
142 self.writer.pencolor("black")
  /external/python/cpython3/Lib/turtledemo/
wikipedia.py 33 t.pencolor(1-c,0,c)
42 p.pencolor("red")
chaos.py 33 pencolor(color)
colormixer.py 25 self.pencolor("gray25")
penrose.py 171 pencolor("black")
173 pencolor(0.7,0.7,1)
planet_and_moon.py 100 earth.pencolor("green")
103 moon.pencolor("blue")
forest.py 39 t.pencolor( 255 - (180 - 11 * level + symRandom(15)),
nim.py 139 self.writer.pencolor("red")
142 self.writer.pencolor("black")
  /external/python/cpython2/Lib/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
162 "pencolor" : "black",
611 def _write(self, pos, txt, align, font, pencolor):
621 fill = pencolor, font = font)
2137 def pencolor(self, *args): member in class:TPen
    [all...]
  /external/python/cpython3/Lib/
turtle.py 133 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
160 "pencolor" : "black",
587 def _write(self, pos, txt, align, font, pencolor):
597 fill = pencolor, font = font)
2222 def pencolor(self, *args): member in class:TPen
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
162 "pencolor" : "black",
611 def _write(self, pos, txt, align, font, pencolor):
621 fill = pencolor, font = font)
2136 def pencolor(self, *args): member in class:TPen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
162 "pencolor" : "black",
611 def _write(self, pos, txt, align, font, pencolor):
621 fill = pencolor, font = font)
2136 def pencolor(self, *args): member in class:TPen
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
162 "pencolor" : "black",
611 def _write(self, pos, txt, align, font, pencolor):
621 fill = pencolor, font = font)
2136 def pencolor(self, *args): member in class:TPen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
162 "pencolor" : "black",
611 def _write(self, pos, txt, align, font, pencolor):
621 fill = pencolor, font = font)
2136 def pencolor(self, *args): member in class:TPen
    [all...]

Completed in 2077 milliseconds