Lines Matching refs:goto
132 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1360 >>> screen.onclick(goto)
1744 def goto(self, x, y=None):
1747 Aliases: setpos | setposition | goto:
1753 call: goto(x, y) # two coordinates
1754 --or: goto((x, y)) # a pair (tuple) of coordinates
1755 --or: goto(vec) # e.g. as returned by pos()
1790 self.goto(0, 0)
2017 setpos = goto
2018 setposition = goto
3599 >>> turtle.ondrag(turtle.goto)
4119 turtle.goto(280, 40)