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

Method create_bitmap

Lib/tkinter/__init__.py:2986–2988  ·  view source on GitHub ↗

Create bitmap with coordinates x1,y1.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

2984 return self._create('arc', args, kw)
2985
2986 def create_bitmap(self, *args, **kw):
2987 """Create bitmap with coordinates x1,y1."""
2988 return self._create('bitmap', args, kw)
2989
2990 def create_image(self, *args, **kw):
2991 """Create image item with coordinates x1,y1."""

Callers

nothing calls this directly

Calls 1

_createMethod · 0.95

Tested by

no test coverage detected