publication_title property

Source.publication_title property

Gets or sets the publication title of a source.

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

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

See Also