attributes property

attributes property

Gets or sets the attributes.

Definition:

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

See Also