institution property

Source.institution property

Gets or sets the institution of a source.

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

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

See Also