Home
last modified time | relevance | path

Searched refs:_goto (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dturtle.py1606 self._goto(ende)
1613 def _goto(self, end): member in TNavigator
1775 self._goto(Vec2D(*x))
1777 self._goto(Vec2D(x, y))
1809 self._goto(Vec2D(x, self._position[1]))
1827 self._goto(Vec2D(self._position[0], y))
3145 def _goto(self, end): member in RawTurtle
/third_party/python/Lib/idlelib/
DChangeLog1439 Split the goto() function in two: _goto() is the internal one,