Searched refs:_getshapepoly (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
H A Dturtle.py2978 return self._getshapepoly(shape._data, shape._type == "compound")
2981 def _getshapepoly(self, polygon, compound=False): member in class:RawTurtle
3008 shape = self._polytrafo(self._getshapepoly(tshape))
3016 poly = self._polytrafo(self._getshapepoly(poly, True))
3058 shape = self._polytrafo(self._getshapepoly(tshape))
3072 poly = self._polytrafo(self._getshapepoly(poly, True))

Completed in 418 milliseconds