Lines Matching refs:penup
122 | :func:`penup` | :func:`pu` | :func:`up`
757 .. function:: penup()
814 >>> turtle.penup()
832 >>> turtle.penup()
2009 >>> help(Turtle.penup)
2010 Help on method penup in module turtle:
2012 penup(self) unbound turtle.Turtle method
2015 Aliases: penup | pu | up
2019 >>> turtle.penup()
2042 >>> help(penup)
2043 Help on function penup in module turtle:
2045 penup()
2048 Aliases: penup | pu | up
2053 >>> penup()
2232 >>> turtle.penup()
2237 >>> turtle.penup()
2242 >>> turtle.penup()