parent_node property

parent_node property

Specifies the parent node of the current node

Definition:

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

See Also