distributor property

Source.distributor property

Gets or sets the distributor of a source.

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

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

See Also