Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.