publisher property

Source.publisher property

Gets or sets the publisher of a source.

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

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

See Also