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

Method bind_all

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

Bind to all widgets at an event SEQUENCE a call to 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 the return value.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.80

Calls 1

_bindMethod · 0.95

Tested by

no test coverage detected