column property

column property

Gets the column index of the comment.

Example


column = comment1.column

Definition:

@property
def column(self):
    ...

See Also