city property

Source.city property

Gets or sets the city of a source.

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

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

See Also