示例#1
0
 def config_clear():
     for section in cfg.sections():
         cfg.remove_section(section)
示例#2
0
文件: test_common.py 项目: lokI8/haas
def config_clear():
    """Clear the contents of the current HaaS configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
示例#3
0
def config_clear():
    """Clear the contents of the current HaaS configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
示例#4
0
 def config_clear():
     for section in cfg.sections():
         cfg.remove_section(section)