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.py538 conf.GetAllExtraHelpSourcesList(),
551 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.py719 def GetAllExtraHelpSourcesList(self): member in IdleConf
Deditor.py906 help_list = idleConf.GetAllExtraHelpSourcesList()
Dconfigdialog.py2124 self.user_helplist = idleConf.GetAllExtraHelpSourcesList()