instance_node property

instance_node property

Gets or sets the instance node. The node element may instance any number of node elements or hierarchies objects.

Definition:

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

See Also