Home | History | Annotate | Download | only in idlelib

Lines Matching refs:GetSectionList

632             sections = idleConf.GetSectionList('default', configType)
700 usedNames = (idleConf.GetSectionList('user', 'keys') +
701 idleConf.GetSectionList('default', 'keys'))
735 customKeyList = idleConf.GetSectionList('user', 'keys')
778 itemList = idleConf.GetSectionList('user', 'keys')
807 itemList = idleConf.GetSectionList('user', 'highlight')
853 usedNames = (idleConf.GetSectionList('user', 'highlight') +
854 idleConf.GetSectionList('default', 'highlight'))
882 customThemeList = idleConf.GetSectionList('user', 'highlight')
1036 itemList = idleConf.GetSectionList('default', 'highlight')
1039 itemList = idleConf.GetSectionList('user', 'highlight')
1047 itemList = idleConf.GetSectionList('user', 'highlight')
1050 itemList = idleConf.GetSectionList('default', 'highlight')
1069 itemList = idleConf.GetSectionList('default', 'keys')
1072 itemList = idleConf.GetSectionList('user', 'keys')
1080 itemList = idleConf.GetSectionList('user', 'keys')
1083 itemList = idleConf.GetSectionList('default', 'keys')