author property

ComparerContext.author property

The author to be assigned to revisions created during document comparison.

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

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

See Also