oxen.diff/line_diff

LineDiff Objects

class LineDiff()

A class representing a change in a line of text.

modification

@property
def modification() -> ChangeType

Returns the modification of the line diff.

text

@property
def text() -> str

Returns the text of the line diff.