Point# class tree_sitter.Point(row, column)# Bases: NamedTuple A position in a multi-line text document, in terms of rows and columns. Attributes# column# The zero-based column of the document. row# The zero-based row of the document.