MCPcopy Index your code
hub / github.com/python/cpython / blank

Method blank

Lib/tkinter/__init__.py:4414–4416  ·  view source on GitHub ↗

Display a transparent image.

(self)

Source from the content-addressed store, hash-verified

4412 Image.__init__(self, 'photo', name, cnf, master, **kw)
4413
4414 def blank(self):
4415 """Display a transparent image."""
4416 self.tk.call(self.name, 'blank')
4417
4418 def cget(self, option):
4419 """Return the value of OPTION."""

Callers 3

_blankimageMethod · 0.95
test_blankMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 2

test_blankMethod · 0.64