MCPcopy Index your code
hub / github.com/python/cpython / create_arc

Method create_arc

Lib/tkinter/__init__.py:3065–3067  ·  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

3063 *(args + self._options(cnf, kw))))
3064
3065 def create_arc(self, *args, **kw):
3066 """Create arc shaped region with coordinates x1,y1,x2,y2."""
3067 return self._create('arc', args, kw)
3068
3069 def create_bitmap(self, *args, **kw):
3070 """Create bitmap with coordinates x1,y1."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected