composers property

composers property

Gets or sets the composers. The names are separated with the “/” character. This value is represented by the TCOM frame.

Definition:

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

See Also