MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / bind_class

Method bind_class

Lib/lib-tk/Tkinter.py:1052–1061  ·  view source on GitHub ↗

Bind to widgets with bindtag CLASSNAME at event SEQUENCE a call of function FUNC. An additional boolean parameter ADD specifies whether FUNC will be called additionally to the other bound function or whether it will replace the previous function. See bind for

(self, className, sequence=None, func=None, add=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

install_keybindingsFunction · 0.80
__init__Method · 0.80

Calls 1

_bindMethod · 0.95

Tested by

no test coverage detected