type property

Source.type property

Gets or sets the type of a source.

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

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

See Also