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

Method GetAllExtraHelpSourcesList

Lib/idlelib/config.py:722–729  ·  view source on GitHub ↗

Return a list of the details of all additional help sources. Tuples in the list are those of GetExtraHelpSourceList.

(self)

Source from the content-addressed store, hash-verified

720 return helpSources
721
722 def GetAllExtraHelpSourcesList(self):
723 """Return a list of the details of all additional help sources.
724
725 Tuples in the list are those of GetExtraHelpSourceList.
726 """
727 allHelpSources = (self.GetExtraHelpSourceList('default') +
728 self.GetExtraHelpSourceList('user') )
729 return allHelpSources
730
731 def GetFont(self, root, configType, section):
732 """Retrieve a font from configuration (font, font-size, font-bold)

Callers 3

load_helplistMethod · 0.80

Calls 1

Tested by 1