repeat_count property

repeat_count property

Gets and sets the repeat times of the extrapolation pattern.

Definition:

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

See Also