priority property

priority property

Priority

Definition:

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

See Also