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

  /external/python/cpython2/Demo/turtle/
tdemo_chaos.py 21 penup(); goto(x,y)
tdemo_tree.py 46 p.penup()
tdemo_minimal_hanoi.py 62 ht(); penup(); goto(0, -225) # writer turtle
tdemo_clock.py 17 penup()
tdemo_planet_and_moon.py 42 self.penup()
  /external/python/cpython3/Lib/turtledemo/
chaos.py 21 penup(); goto(x,y)
tree.py 46 p.penup()
minimal_hanoi.py 62 ht(); penup(); goto(0, -225) # writer turtle
clock.py 17 penup()
forest.py 61 t.penup()
planet_and_moon.py 41 self.penup()
sorting_animate.py 191 ht(); penup()
  /external/python/cpython2/Lib/test/
test_turtle.py 415 tpen.penup()
  /external/python/cpython3/Lib/test/
test_turtle.py 419 tpen.penup()
  /external/python/cpython2/Lib/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2010 def penup(self): member in class:TPen
    [all...]
  /external/python/cpython3/Lib/
turtle.py 133 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2095 def penup(self): member in class:TPen
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2009 def penup(self): member in class:TPen
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2009 def penup(self): 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',
2009 def penup(self): 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',
2009 def penup(self): member in class:TPen
    [all...]

Completed in 310 milliseconds