DAS
3.0
Das Analysis System
|
Classes | |
class | Report |
Namespaces | |
compareFiles | |
Functions | |
def | compare_corrections (c1, c2) |
def | compare_files (old, new) |
def | json_load (path) |
Variables | |
parser = argparse.ArgumentParser(description="Compares the content of two correction JSON files. Assumes their content are valid schemav2.") | |
nargs | |
help | |
args = parser.parse_args() | |
files = map(json_load, args.files) | |
def | report = compare_files(*files) |