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

Method bind

Lib/idlelib/idle_test/mock_tk.py:299–301  ·  view source on GitHub ↗

Bind to this widget at event sequence a call to function func.

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

Source from the content-addressed store, hash-verified

297 # It should properly go in a Misc mock, but is included here for now.
298
299 def bind(sequence=None, func=None, add=None):
300 "Bind to this widget at event sequence a call to function func."
301 pass
302
303
304class Entry:

Callers 4

_calltip_windowFunction · 0.95
makeTextFrameMethod · 0.95
runFunction · 0.45
test_initMethod · 0.45

Calls

no outgoing calls

Tested by 2

runFunction · 0.36
test_initMethod · 0.36