Lines Matching refs:sect
799 for sect in ['DEFAULT', section]:
800 if config.has_option(sect, prop):
803 eval(config.get(sect, prop)))
806 config.get(sect, prop))
816 for sect in ['DEFAULT', section]:
817 if config.has_option(sect, prop):
820 eval(config.get(sect, prop)))
823 config.get(sect, prop))
837 for sect in ['DEFAULT', section]:
838 if config.has_option(sect, prop):
839 setattr(test, prop, config.get(sect, prop))