production_company property

Source.production_company property

Gets or sets the production company of a source.

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

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

See Also