attributes property

attributes property

Definition:

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

See Also