MCPcopy Index your code
hub / github.com/RustPython/RustPython / create_arc

Method create_arc

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

2980 *(args + self._options(cnf, kw))))
2981
2982 def create_arc(self, *args, **kw):
2983 """Create arc shaped region with coordinates x1,y1,x2,y2."""
2984 return self._create('arc', args, kw)
2985
2986 def create_bitmap(self, *args, **kw):
2987 """Create bitmap with coordinates x1,y1."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected