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

Method unbind_all

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

Unbind for all widgets for event SEQUENCE all functions.

(self, sequence)

Source from the content-addressed store, hash-verified

1481 return self._root()._bind(('bind', 'all'), sequence, func, add, True)
1482
1483 def unbind_all(self, sequence):
1484 """Unbind for all widgets for event SEQUENCE all functions."""
1485 self._root()._unbind(('bind', 'all', sequence))
1486
1487 def bind_class(self, className, sequence=None, func=None, add=None):
1488 """Bind to widgets with bindtag CLASSNAME at event

Callers

nothing calls this directly

Calls 2

_rootMethod · 0.95
_unbindMethod · 0.80

Tested by

no test coverage detected