Searched refs:shapeIndex (Results 1 – 1 of 1) sorted by relevance
2486 def __init__(self, screen, shapeIndex): argument2489 self._setshape(shapeIndex)2491 def _setshape(self, shapeIndex): argument2493 self.shapeIndex = shapeIndex2494 if self._type == "polygon" == screen._shapes[shapeIndex]._type:2496 if self._type == "image" == screen._shapes[shapeIndex]._type:2503 self._type = screen._shapes[shapeIndex]._type2510 screen._shapes[shapeIndex]._data]2739 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex)2742 ttype = screen._shapes[self.turtle.shapeIndex]._type[all …]