percent property

percent property

Definition:

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

See Also