attribute_filter property

attribute_filter property

Set to a list of attribute local names (without namespace) if not all attribute mutations need to be observed and attributes is true or omitted.

Definition:

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

See Also