count_value property

count_value property

CountValue

Definition:

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

See Also