MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _goto

Method _goto

Python/Turtle.py:1511–1513  ·  view source on GitHub ↗

move turtle to position end.

(self, end)

Source from the content-addressed store, hash-verified

1509 self._orient = self._orient.rotate(angle)
1510
1511 def _goto(self, end):
1512 """move turtle to position end."""
1513 self._position = end
1514
1515 def forward(self, distance):
1516 """Move the turtle forward by the specified distance.

Callers 4

_goMethod · 0.95
gotoMethod · 0.95
setxMethod · 0.95
setyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected