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

Method _drawline

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

Configure lineitem according to provided arguments: coordlist is sequence of coordinates fill is drawing color width is width of drawn line. top is a boolean value, which specifies if polyitem will be put on top of the canvas' displaylist so it will no

(self, lineitem, coordlist=None,
                  fill=None, width=None, top=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_update_dataMethod · 0.80
_gotoMethod · 0.80
_undogotoMethod · 0.80
_newLineMethod · 0.80

Calls 4

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

Tested by

no test coverage detected