MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _createline

Method _createline

tools/python-3.11.9-amd64/Lib/turtle.py:524–528  ·  view source on GitHub ↗

Create an invisible line item on canvas self.cv)

(self)

Source from the content-addressed store, hash-verified

522 self.cv.tag_raise(polyitem)
523
524 def _createline(self):
525 """Create an invisible line item on canvas self.cv)
526 """
527 return self.cv.create_line(0, 0, 0, 0, fill="", width=2,
528 capstyle = TK.ROUND)
529
530 def _drawline(self, lineitem, coordlist=None,
531 fill=None, width=None, top=False):

Callers 4

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

Calls 1

create_lineMethod · 0.80

Tested by

no test coverage detected