Class Point (0.2.0)

Point(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Point within the file (line and character).

Attributes

Name Description
line int
Required. Line number (zero-indexed).
character int
Required. Character position within the line (zero-indexed).