is_composite property

Node.is_composite property

Returns True if this node can contain other nodes.

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

See Also