attributes property

attributes property

Set to true if mutations to target’s attributes are to be observed. Can be omitted if attributeOldValue and/or attributeFilter is specified.

Definition:

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

See Also