country_or_region property

Source.country_or_region property

Gets or sets the country or region of a source.

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

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

See Also