unit property

unit property

Unit

Definition:

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

See Also