short_title property

Source.short_title property

Gets or sets the short title of a source.

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

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

See Also