standard_number property

Source.standard_number property

Gets or sets the standard number of a source.

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

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

See Also