Go to the source code of this file.
Namespaces | |
associate | |
Functions | |
def | associate.associate (first_list, second_list, offset, max_difference) |
def | associate.read_file_list (filename) |
Variables | |
associate.action | |
associate.args = parser.parse_args() | |
associate.default | |
associate.first_list = read_file_list(args.first_file) | |
associate.help | |
associate.matches = associate(first_list, second_list,float(args.offset),float(args.max_difference)) | |
associate.parser = argparse.ArgumentParser(description=) | |
associate.second_list = read_file_list(args.second_file) | |