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

Method unbind_class

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

Unbind for all widgets with bindtag CLASSNAME for event SEQUENCE all functions.

(self, className, sequence)

Source from the content-addressed store, hash-verified

1495 return self._root()._bind(('bind', className), sequence, func, add, True)
1496
1497 def unbind_class(self, className, sequence):
1498 """Unbind for all widgets with bindtag CLASSNAME for event SEQUENCE
1499 all functions."""
1500 self._root()._unbind(('bind', className, sequence))
1501
1502 def mainloop(self, n=0):
1503 """Call the mainloop of Tk."""

Callers 1

fixb2contextFunction · 0.80

Calls 2

_rootMethod · 0.95
_unbindMethod · 0.80

Tested by

no test coverage detected