type property

type property

Returns “attributes” if it was an attribute mutation, “characterData” if it was a mutation to a CharacterData node and “childList” if it was a mutation to the tree of nodes.

Definition:

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

See Also