MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _drawpoly

Method _drawpoly

Lib/lib-tk/turtle.py:523–546  ·  view source on GitHub ↗

Configure polygonitem polyitem according to provided arguments: coordlist is sequence of coordinates fill is filling color outline is outline color top is a boolean value, which specifies if polyitem will be put on top of the canvas' displaylist so it

(self, polyitem, coordlist, fill=None,
                  outline=None, width=None, top=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_drawturtleMethod · 0.80
stampMethod · 0.80
fillMethod · 0.80
_undoMethod · 0.80

Calls 4

appendMethod · 0.45
coordsMethod · 0.45
itemconfigureMethod · 0.45
tag_raiseMethod · 0.45

Tested by

no test coverage detected