示例#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