Home | History | Annotate | Download | only in idlelib

Lines Matching refs:sections

85         remove any sections that have no options
87 for section in self.sections():
93 Remove empty sections and then return 1 if parser has no sections
97 if self.sections():
137 Remove empty sections. If resulting config isn't empty, write the file
282 Get a list of sections from either the user or default config for
295 return cfgParser.sections()
707 sections=cfg[key].sections()
709 print sections
710 for section in sections: