publisher property

publisher property

Gets the tag marking a person responsible for making the file available.

Definition:

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

See Also