Searched refs:_goto (Results 1 – 2 of 2) sorted by relevance
1606 self._goto(ende)1613 def _goto(self, end): member in TNavigator1775 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
1439 Split the goto() function in two: _goto() is the internal one,