changes property

changes property

List of changes that must be applied to the resulting document.

Definition:

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

See Also