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

Method update_help_changes

Lib/idlelib/configdialog.py:2200–2206  ·  view source on GitHub ↗

Clear and rebuild the HelpFiles section in changes

(self)

Source from the content-addressed store, hash-verified

2198 self.set_add_delete_state()
2199
2200 def update_help_changes(self):
2201 "Clear and rebuild the HelpFiles section in changes"
2202 changes['main']['HelpFiles'] = {}
2203 for num in range(1, len(self.user_helplist) + 1):
2204 changes.add_option(
2205 'main', 'HelpFiles', str(num),
2206 ';'.join(self.user_helplist[num-1][:2]))
2207
2208 def load_helplist(self):
2209 # Set additional help sources.

Callers 4

helplist_item_addMethod · 0.95
helplist_item_editMethod · 0.95
helplist_item_removeMethod · 0.95

Calls 3

strFunction · 0.85
add_optionMethod · 0.45
joinMethod · 0.45

Tested by 1