MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _createpoly

Method _createpoly

Python/Turtle.py:391–394  ·  view source on GitHub ↗

Create an invisible polygon item on canvas self.cv)

(self)

Source from the content-addressed store, hash-verified

389 self.xscale = self.yscale = 1.0
390
391 def _createpoly(self):
392 """Create an invisible polygon item on canvas self.cv)
393 """
394 return self.cv.create_polygon((0, 0, 0, 0, 0, 0), fill="", outline="")
395
396 def _drawpoly(self, polyitem, coordlist, fill=None,
397 outline=None, width=None, top=False):

Callers 4

_setshapeMethod · 0.80
cloneMethod · 0.80
stampMethod · 0.80
begin_fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected