コード例 #1
0
ファイル: cli.py プロジェクト: lpp1985/lpp_Script
def is_xml_dataset(path):
    if _is_xml(path):
        if is_dataset(path):
            return True
    return False
コード例 #2
0
def is_xml_dataset(path):
    if _is_xml(path):
        if is_dataset(path):
            return True
    return False