recurrence property

recurrence property

Recurrence

Definition:

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

See Also