LineRange#

class LineRange[source]#

A line range.

start: int#

The line the comment starts (inclusive), one indexed.

end: int#

The line the comment ends (inclusive), one indexed.