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

/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py523 def _drawpoly(self, polyitem, coordlist, fill=None, member in class: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)),
/external/python/cpython3/Lib/
H A Dturtle.py499 def _drawpoly(self, polyitem, coordlist, fill=None, member in class:TurtleScreenBase
3010 screen._drawpoly(titem, shape, fill=fc, outline=oc,
3017 screen._drawpoly(item, poly, fill=self._cc(fc),
3023 screen._drawpoly(titem, ((0, 0), (0, 0), (0, 0)), "", "")
3029 screen._drawpoly(item, ((0, 0), (0, 0), (0, 0)), "", "")
3060 screen._drawpoly(stitem, shape, fill=fc, outline=oc,
3073 screen._drawpoly(item, poly, fill=self._cc(fc),
3344 self.screen._drawpoly(self._fillitem, self._fillpath,
3610 self.screen._drawpoly(item, ((0, 0),(0, 0),(0, 0)),

Completed in 127 milliseconds