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

Method __init__

Python/Turtle.py:2384–2387  ·  view source on GitHub ↗
(self, screen, shapeIndex)

Source from the content-addressed store, hash-verified

2382 """
2383
2384 def __init__(self, screen, shapeIndex):
2385 self.screen = screen
2386 self._type = None
2387 self._setshape(shapeIndex)
2388
2389 def _setshape(self, shapeIndex):
2390 screen = self.screen

Callers

nothing calls this directly

Calls 1

_setshapeMethod · 0.95

Tested by

no test coverage detected