Home
last modified time | relevance | path

Searched refs:GetAllExtraHelpSourcesList (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py555 conf.GetAllExtraHelpSourcesList(),
568 conf.GetAllExtraHelpSourcesList(),
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py691 def GetAllExtraHelpSourcesList(self): member in IdleConf
DEditorWindow.py838 help_list = idleConf.GetAllExtraHelpSourcesList()
DconfigDialog.py1107 self.userHelpList = idleConf.GetAllExtraHelpSourcesList()
/external/python/cpython3/Lib/idlelib/
Dconfig.py738 def GetAllExtraHelpSourcesList(self): member in IdleConf
Deditor.py855 help_list = idleConf.GetAllExtraHelpSourcesList()
Dconfigdialog.py2050 self.user_helplist = idleConf.GetAllExtraHelpSourcesList()