Class Position (0.1.17)

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

The position of the code comment.

Attributes

Name Description
path str
Required. The path of the file.
line int
Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.