コード例 #1
0
ファイル: test_common.py プロジェクト: shwsun/haas
def config_clear():
    """Clear the contents of the current HIL configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)
コード例 #2
0
ファイル: test_common.py プロジェクト: jeremyfreudberg/hil
def config_clear():
    """Clear the contents of the current HIL configuration"""
    for section in cfg.sections():
        cfg.remove_section(section)