subtree property

subtree property

Set to true if mutations to not just target, but also target’s descendants are to be observed

Definition:

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

See Also