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

Method create_image

Lib/tkinter/__init__.py:2990–2992  ·  view source on GitHub ↗

Create image item with coordinates x1,y1.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2988 return self._create('bitmap', args, kw)
2989
2990 def create_image(self, *args, **kw):
2991 """Create image item with coordinates x1,y1."""
2992 return self._create('image', args, kw)
2993
2994 def create_line(self, *args, **kw):
2995 """Create line with coordinates x1,y1,...,xn,yn."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected