shrink_to_fit property

shrink_to_fit property

Shrink to fit setting will be applied.

Definition:

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

See Also