Lines Matching refs:compound
56 and user controllable turtle shapes, among them compound
874 attribute _type is one of "polygon", "image", "compound"
888 elif type_ == "compound":
895 """Add component to a shape of type compound.
906 >>> s = Shape("compound")
910 if self._type != "compound":
1120 (compound) Shape object. Installs the corresponding
1121 compound shape.
2500 elif self._type == "compound":
2508 elif self._type == "compound":
2747 elif ttype == "compound":
2995 return self._getshapepoly(shape._data, shape._type == "compound")
2998 def _getshapepoly(self, polygon, compound=False):
3002 if self._resizemode == "user" or compound:
3031 elif ttype == "compound":
3044 elif ttype == "compound":
3082 elif ttype == "compound":