Lines Matching refs:_shapes
968 self._shapes = {
1141 self._shapes[name] = shape
1348 return sorted(self._shapes.keys())
2494 if self._type == "polygon" == screen._shapes[shapeIndex]._type:
2496 if self._type == "image" == screen._shapes[shapeIndex]._type:
2503 self._type = screen._shapes[shapeIndex]._type
2507 self._item = screen._createimage(screen._shapes["blank"]._data)
2510 screen._shapes[shapeIndex]._data]
2742 ttype = screen._shapes[self.turtle.shapeIndex]._type
2746 q.turtle._item = screen._createimage(screen._shapes["blank"]._data)
2749 screen._shapes[self.turtle.shapeIndex]._data]
2977 shape = self.screen._shapes[self.turtle.shapeIndex]
2999 shape = screen._shapes[self.turtle.shapeIndex]
3027 screen._shapes["blank"]._data)
3051 shape = screen._shapes[self.turtle.shapeIndex]