Lines Matching defs:forward
31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
63 - Aliases for the most commonly used commands, like fd for forward etc.,
131 'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
287 ## helper functions for Scrolled Canvas, to forward Canvas-methods
401 """ 'forward' method, which canvas itself has inherited...
406 """ 'forward' method, which canvas itself has inherited...
411 """ 'forward' method, which canvas itself has inherited...
416 """ 'forward' method, which canvas itself has inherited...
421 """ 'forward' method, which canvas itself has inherited...
426 """ 'forward' method, which canvas itself has inherited...
1089 ... forward(0.5)
1604 """move turtle forward by specified distance"""
1617 def forward(self, distance):
1618 """Move the turtle forward by the specified distance.
1620 Aliases: forward | fd
1625 Move the turtle forward by the specified distance, in the direction
1631 >>> turtle.forward(25)
1634 >>> turtle.forward(-75)
1723 >>> turtle.forward(100)
1737 >>> turtle.forward(100)
1847 >>> pen.forward(77)
2011 fd = forward
2160 speed = 0 : *no* animation takes place. forward/back makes turtle jump
3410 self.forward(0)
4016 forward(20)
4022 forward(30)
4030 forward(100)
4032 forward(100)
4041 forward(20)
4043 forward(20)
4049 forward(20)
4051 forward(20)