:mod:`seq_matching_vis` ======================= .. py:module:: seq_matching_vis .. autoapi-nested-parse:: Utilities to visualize the errors made on a file. Module Contents --------------- .. data:: RED :annotation: =  .. data:: GREEN :annotation: =  .. data:: BLUE :annotation: =  .. data:: ENDC :annotation: =  .. function:: prepare_file(filename:str, client:BblfshClient, language:str) Prepare the given file for analysis by extracting UAST and creating the gRPC wrapper. :param filename: Path to the filename to analyze. :param client: Babelfish client. Babelfish server should be started accordingly. :param language: Language to consider. Will discard the other languages .. function:: visualize(input_filename:str, bblfsh:str, language:str, model_path:str) Visualize the errors made on a single file.