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

Method create_line

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2865–2867  ·  view source on GitHub ↗

Create line with coordinates x1,y1,...,xn,yn.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2863 return self._create('image', args, kw)
2864
2865 def create_line(self, *args, **kw):
2866 """Create line with coordinates x1,y1,...,xn,yn."""
2867 return self._create('line', args, kw)
2868
2869 def create_oval(self, *args, **kw):
2870 """Create oval with coordinates x1,y1,x2,y2."""

Callers 5

_createlineMethod · 0.80
test_create_lineMethod · 0.80
test_coordsMethod · 0.80
drawMethod · 0.80
__init__Method · 0.80

Calls 1

_createMethod · 0.95

Tested by 2

test_create_lineMethod · 0.64
test_coordsMethod · 0.64