Searched refs:penup (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Demo/turtle/
H A Dtdemo_chaos.py21 penup(); goto(x,y)
H A Dtdemo_tree.py46 p.penup()
H A Dtdemo_minimal_hanoi.py62 ht(); penup(); goto(0, -225) # writer turtle
H A Dtdemo_clock.py17 penup()
H A Dtdemo_planet_and_moon.py42 self.penup()
/external/python/cpython3/Lib/turtledemo/
H A Dchaos.py21 penup(); goto(x,y)
H A Dtree.py46 p.penup()
H A Dminimal_hanoi.py62 ht(); penup(); goto(0, -225) # writer turtle
H A Dclock.py17 penup()
H A Dforest.py61 t.penup()
H A Dplanet_and_moon.py41 self.penup()
H A Dsorting_animate.py191 ht(); penup()
/external/python/cpython2/Lib/test/
H A Dtest_turtle.py415 tpen.penup()
/external/python/cpython3/Lib/test/
H A Dtest_turtle.py419 tpen.penup()
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py132 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2010 def penup(self): member in class:TPen
2013 Aliases: penup | pu | up
2018 >>> turtle.penup()
2044 >>> turtle.penup()
2286 >>> turtle.penup()
2378 up = penup
2379 pu = penup
/external/python/cpython3/Lib/
H A Dturtle.py133 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
2095 def penup(self): member in class:TPen
2098 Aliases: penup | pu | up
2103 >>> turtle.penup()
2129 >>> turtle.penup()
2372 >>> turtle.penup()
2473 up = penup
2474 pu = penup

Completed in 1139 milliseconds