def config_clear(): for section in cfg.sections(): cfg.remove_section(section)
def config_clear(): """Clear the contents of the current HaaS configuration""" for section in cfg.sections(): cfg.remove_section(section)