Home | History | Annotate | Download | only in idlelib

Lines Matching refs:GetSectionList

634             sections = idleConf.GetSectionList('default', configType)
702 usedNames = (idleConf.GetSectionList('user', 'keys') +
703 idleConf.GetSectionList('default', 'keys'))
737 customKeyList = idleConf.GetSectionList('user', 'keys')
780 itemList = idleConf.GetSectionList('user', 'keys')
811 itemList = idleConf.GetSectionList('user', 'highlight')
857 usedNames = (idleConf.GetSectionList('user', 'highlight') +
858 idleConf.GetSectionList('default', 'highlight'))
886 customThemeList = idleConf.GetSectionList('user', 'highlight')
1042 itemList = idleConf.GetSectionList('default', 'highlight')
1045 itemList = idleConf.GetSectionList('user', 'highlight')
1053 itemList = idleConf.GetSectionList('user', 'highlight')
1056 itemList = idleConf.GetSectionList('default', 'highlight')
1075 itemList = idleConf.GetSectionList('default', 'keys')
1078 itemList = idleConf.GetSectionList('user', 'keys')
1086 itemList = idleConf.GetSectionList('user', 'keys')
1089 itemList = idleConf.GetSectionList('default', 'keys')