ID EN
Diff Tools

make_table

Python 3.11

Compares fromlines and tolines (lists of strings) and returns a string which is a complete HTML table showing line by line differences with inter-line and intra-line changes highlighted.

Syntax

PYTHON
make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5)

See Also

make_file()