ColumnRange#

class ColumnRange[source]#

A column range.

start: int#

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

end: Optional[int]#

The column the comment ends (inclusive), one indexed. If it is null the comments spans till the end of the line.