Searched refs:_drawpoly (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | turtle.py | 498 def _drawpoly(self, polyitem, coordlist, fill=None, member in TurtleScreenBase 3012 screen._drawpoly(titem, shape, fill=fc, outline=oc, 3019 screen._drawpoly(item, poly, fill=self._cc(fc), 3025 screen._drawpoly(titem, ((0, 0), (0, 0), (0, 0)), "", "") 3031 screen._drawpoly(item, ((0, 0), (0, 0), (0, 0)), "", "") 3062 screen._drawpoly(stitem, shape, fill=fc, outline=oc, 3075 screen._drawpoly(item, poly, fill=self._cc(fc), 3346 self.screen._drawpoly(self._fillitem, self._fillpath, 3612 self.screen._drawpoly(item, ((0, 0),(0, 0),(0, 0)),
|