Example #1
0
def is_xml_dataset(path):
    if _is_xml(path):
        if is_dataset(path):
            return True
    return False
Example #2
0
def is_xml_dataset(path):
    if _is_xml(path):
        if is_dataset(path):
            return True
    return False