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

Method _createline

Python/Turtle.py:421–425  ·  view source on GitHub ↗

Create an invisible line item on canvas self.cv)

(self)

Source from the content-addressed store, hash-verified

419 self.cv.tag_raise(polyitem)
420
421 def _createline(self):
422 """Create an invisible line item on canvas self.cv)
423 """
424 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
425 capstyle = TK.ROUND)
426
427 def _drawline(self, lineitem, coordlist=None,
428 fill=None, width=None, top=False):

Callers 4

__init__Method · 0.80
_clearMethod · 0.80
cloneMethod · 0.80
_newLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected