revision property

revision property

Get the tag labeling a property containing information about a document revision (tracked change).

Definition:

@property
def revision(self):
    ...
@revision.setter
def revision(self, value):
    ...

See Also