changes property

changes property

The list of revisions processed, which will be applied to the resulting document.

Definition:

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

See Also