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

Method blank

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

Display a transparent image.

(self)

Source from the content-addressed store, hash-verified

4150 Image.__init__(self, 'photo', name, cnf, master, **kw)
4151
4152 def blank(self):
4153 """Display a transparent image."""
4154 self.tk.call(self.name, 'blank')
4155
4156 def cget(self, option):
4157 """Return the value of OPTION."""

Callers 2

_blankimageMethod · 0.95
test_blankMethod · 0.80

Calls 1

callMethod · 0.80

Tested by 1

test_blankMethod · 0.64