Functions for parsing the result files

Functions for creating the result cache.

The result cache is basically a dictionary between the hashes and the metrics that we want to know for each hash.

abed.results.cache.find_label(line)[source]
abed.results.cache.init_result_cache(task_dict)[source]
abed.results.cache.parse_result_fileobj(fid, hsh, dataset, method)[source]
abed.results.cache.update_result_cache(task_dict, skip_cache=False)[source]