MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _goto

Method _goto

tools/python-3.11.9-amd64/Lib/turtle.py:1613–1615  ·  view source on GitHub ↗

move turtle to position end.

(self, end)

Source from the content-addressed store, hash-verified

1611 self._orient = self._orient.rotate(angle)
1612
1613 def _goto(self, end):
1614 """move turtle to position end."""
1615 self._position = end
1616
1617 def forward(self, distance):
1618 """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