rating property

rating property

The tag labeling a user-assigned rating of a file.

Definition:

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

See Also