edition property

Source.edition property

Gets or sets the editor of a source.

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

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

See Also