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

Method transparency_set

Lib/tkinter/__init__.py:4662–4664  ·  view source on GitHub ↗

Set the transparency of the pixel at x,y.

(self, x, y, boolean)

Source from the content-addressed store, hash-verified

4660 self.name, 'transparency', 'get', x, y))
4661
4662 def transparency_set(self, x, y, boolean):
4663 """Set the transparency of the pixel at x,y."""
4664 self.tk.call(self.name, 'transparency', 'set', x, y, boolean)
4665
4666
4667class BitmapImage(Image):

Callers 2

test_transparencyMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 2

test_transparencyMethod · 0.64