tag property

Source.tag property

Gets or sets the identifying tag name of a source.

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

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

See Also