Point

Point#

class tree_sitter.Point(row, column)#

A position in a multi-line text document, in terms of rows and columns.

Added in version 0.22.0.

Attributes#

column#

The zero-based column of the document.

row#

The zero-based row of the document.