comments property

comments property

Gets or sets the user comments. This value is represented by the COMM frame. The frame is intended for any kind of full text information that does not fit in any other frame.

Definition:

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

See Also