MCPcopy
hub / github.com/nltk/nltk / bind

Method bind

nltk/draw/table.py:718–721  ·  view source on GitHub ↗

Add a binding to this table's main frame that will call ``func`` in response to the event sequence.

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

Source from the content-addressed store, hash-verified

716 self._mlb.focus()
717
718 def bind(self, sequence=None, func=None, add=None):
719 """Add a binding to this table's main frame that will call
720 ``func`` in response to the event sequence."""
721 self._mlb.bind(sequence, func, add)
722
723 def rowconfigure(self, row_index, cnf={}, **kw):
724 """:see: ``MultiListbox.rowconfigure()``"""

Callers 15

__init__Method · 0.80
_init_widgetsMethod · 0.80
_init_menuMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
_resize_columnMethod · 0.80
bind_to_labelsMethod · 0.80
bind_to_listboxesMethod · 0.80
__init__Method · 0.80
demoFunction · 0.80
__press_cbMethod · 0.80
__start_dragMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected