Searched refs:LineAndColumn (Results 1 – 2 of 2) sorted by relevance
43 class LineAndColumn(NamedTuple): class50 def line_col(s, position: int) -> LineAndColumn:59 return LineAndColumn(line, col)
68 def line_col(self) -> LineAndColumn:320 def line_col(self, start: int) -> LineAndColumn: