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

Method create_arc

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

Create arc shaped region with coordinates x1,y1,x2,y2.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2851 *(args + self._options(cnf, kw))))
2852
2853 def create_arc(self, *args, **kw):
2854 """Create arc shaped region with coordinates x1,y1,x2,y2."""
2855 return self._create('arc', args, kw)
2856
2857 def create_bitmap(self, *args, **kw):
2858 """Create bitmap with coordinates x1,y1."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected