is_composite property

CompositeNode.is_composite property

Returns True as this node can have child nodes.

@property
def is_composite(self) -> bool:
    ...

See Also