url property

Source.url property

Gets or sets the url of a source.

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

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

See Also