sizeable property

sizeable property

Sizeable

Definition:

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

See Also