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

Method deselect

Lib/tkinter/__init__.py:3298–3300  ·  view source on GitHub ↗

Put the button in off-state.

(self)

Source from the content-addressed store, hash-verified

3296 super()._setup(master, cnf)
3297
3298 def deselect(self):
3299 """Put the button in off-state."""
3300 self.tk.call(self._w, 'deselect')
3301
3302 def flash(self):
3303 """Flash the button."""

Callers 1

test_same_nameMethod · 0.95

Calls 1

callMethod · 0.45

Tested by 1

test_same_nameMethod · 0.76