changes property

changes property

List of changes. Contains extensive description about change type, position, content etc.

Definition:

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

See Also