bar_length property

bar_length property

BarLength

Definition:

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

See Also