.. _f-visualsync: module ``filehelper.visual_sync`` ================================= Short summary +++++++++++++ module ``pyquickhelper.filehelper.visual_sync`` Use `jsdifflib `_ to visualize the differences between two files. :githublink:`%|py|7` Functions +++++++++ +----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +============================================================================================================================+===========================================================================================================================+ | :func:`create_visual_diff_through_html ` | The function uses `jsdifflib `_ to create a visual diff. If it was not already ... | +----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :func:`create_visual_diff_through_html_files ` | Calls function :func:`create_visual_diff_through_html` with the content of two files. | +----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.filehelper.visual_sync :members: :special-members: __init__ :show-inheritance: