state_or_province property

Source.state_or_province property

Gets or sets the state or province of a source.

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

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

See Also