publisher property

publisher property

Gets or sets the name of the label or publisher. This value is represented by the TPUB frame.

Definition:

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

See Also