Searched refs:tool_dict (Results 1 – 1 of 1) sorted by relevance
55 def is_interesting(f, tool_dict): argument60 return str(path) in tool_dict['interesting_files']71 def command_line_for_tool(tool_dict, output): argument75 proc_args = [tool_dict['tool']] + tool_dict['args'](output)78 def run_tool(tool_dict, output): argument82 proc_args = command_line_for_tool(tool_dict, output)87 def get_reference_file(changed_file, tool_dict): argument91 return tool_dict['interesting_to_reference_file'](changed_file, tool_dict['reference_files'])93 def run_diff(changed_file, tool_dict, original_file): argument94 ref_file = get_reference_file(changed_file, tool_dict)[all …]