コード例 #1
0
ファイル: test_common.py プロジェクト: SahilTikale/switchHaaS
 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
ファイル: test_common.py プロジェクト: rahulbahal7/haas
def config_clear():
    """Clear the contents of the current HaaS configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
コード例 #4
0
ファイル: test_common.py プロジェクト: SahilTikale/switchHaaS
 def config_clear():
     for section in cfg.sections():
         cfg.remove_section(section)