accumulate property

accumulate property

Definition:

@property
def accumulate(self):
    ...

@accumulate.setter
def accumulate(self, value):
    ...

See Also