Home
last modified time | relevance | path

Searched refs:penup (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/turtledemo/
Dtree.py46 p.penup()
Dchaos.py21 penup(); goto(x,y)
Dminimal_hanoi.py62 ht(); penup(); goto(0, -225) # writer turtle
Dclock.py17 penup()
Dforest.py61 t.penup()
Dplanet_and_moon.py41 self.penup()
Dsorting_animate.py191 ht(); penup()
/third_party/python/Doc/library/
Dturtle.rst137 | :func:`penup` | :func:`pu` | :func:`up`
807 .. function:: penup()
867 >>> turtle.penup()
881 >>> turtle.penup()
2228 >>> help(Turtle.penup)
2229 Help on method penup in module turtle:
2231 penup(self) unbound turtle.Turtle method
2234 Aliases: penup | pu | up
2238 >>> turtle.penup()
2261 >>> help(penup)
[all …]
/third_party/python/Lib/test/
Dtest_turtle.py428 tpen.penup()
/third_party/python/Lib/
Dturtle.py2096 def penup(self): member in TPen
2474 up = penup
2475 pu = penup