changes property

changes property

Definition:

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

See Also