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

Method __init__

tools/python-3.11.9-amd64/Lib/turtle.py:2486–2489  ·  view source on GitHub ↗
(self, screen, shapeIndex)

Source from the content-addressed store, hash-verified

2484 """
2485
2486 def __init__(self, screen, shapeIndex):
2487 self.screen = screen
2488 self._type = None
2489 self._setshape(shapeIndex)
2490
2491 def _setshape(self, shapeIndex):
2492 screen = self.screen

Callers

nothing calls this directly

Calls 1

_setshapeMethod · 0.95

Tested by

no test coverage detected