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

Method create_oval

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

Create oval with coordinates x1,y1,x2,y2.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2867 return self._create('line', args, kw)
2868
2869 def create_oval(self, *args, **kw):
2870 """Create oval with coordinates x1,y1,x2,y2."""
2871 return self._create('oval', args, kw)
2872
2873 def create_polygon(self, *args, **kw):
2874 """Create polygon with coordinates x1,y1,...,xn,yn."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected