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

Method help_source_selected

Lib/idlelib/configdialog.py:2140–2142  ·  view source on GitHub ↗

Handle event for selecting additional help.

(self, event)

Source from the content-addressed store, hash-verified

2138 self.button_helplist_remove.pack(side=TOP, anchor=W, pady=5)
2139
2140 def help_source_selected(self, event):
2141 "Handle event for selecting additional help."
2142 self.set_add_delete_state()
2143
2144 def set_add_delete_state(self):
2145 "Toggle the state for the help list buttons based on list entries."

Callers

nothing calls this directly

Calls 1

set_add_delete_stateMethod · 0.95

Tested by

no test coverage detected