__init__(tabsize=8, wrapcolumn=None, linejunk=None, charjunk=IS_CHARACTER_JUNK)
Initializes instance of HtmlDiff
.
tabsize is an optional keyword argument to specify tab stop spacing and defaults to 8
.
wrapcolumn is an optional keyword to specify column number where lines are broken and wrapped, defaults to None
where lines are not wrapped.
linejunk and charjunk are optional keyword arguments passed into ndiff()
(used by HtmlDiff
to generate the side by side HTML differences). See ndiff()
documentation for argument default values and descriptions.
Please login to continue.