bar_count property

bar_count property

BarCount

Definition:

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

See Also