comments property

Source.comments property

Gets or sets the comments of a source.

@property
def comments(self) -> str:
    ...

@comments.setter
def comments(self, value: str):
    ...

See Also