Searched refs:_drawpoly (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 523 def _drawpoly(self, polyitem, coordlist, fill=None, member in TurtleScreenBase 2825 screen._drawpoly(titem, shape, fill=fc, outline=oc, 2835 screen._drawpoly(item, poly, fill=self._cc(fc), 2841 screen._drawpoly(titem, ((0, 0), (0, 0), (0, 0)), "", "") 2847 screen._drawpoly(item, ((0, 0), (0, 0), (0, 0)), "", "") 2890 screen._drawpoly(stitem, shape, fill=fc, outline=oc, 2906 screen._drawpoly(item, poly, fill=self._cc(fc), 3158 self.screen._drawpoly(self._fillitem, self._fillpath, 3502 self.screen._drawpoly(item, ((0, 0),(0, 0),(0, 0)),
|