theater property

Source.theater property

Gets or sets the theater of a source.

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

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

See Also