Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/turtle.py:2569–2572 ·
view source on GitHub ↗
(self, screen, shapeIndex)
Source
from the content-addressed store, hash-verified
2567
""
"
2568
2569
def
__init__(self, screen, shapeIndex):
2570
self.screen = screen
2571
self._type = None
2572
self._setshape(shapeIndex)
2573
2574
def
_setshape(self, shapeIndex):
2575
screen = self.screen
Callers
nothing calls this directly
Calls
1
_setshape
Method · 0.95
Tested by
no test coverage detected