attribute property

attribute property

Gets or sets property attribute.

Definition:

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

See Also