spacing property

spacing property

Definition:

@property
def spacing(self):
    ...

@spacing.setter
def spacing(self, value):
    ...

See Also