예제 #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