is_buildable method

is_buildable(self, node)

Check if this node is marked as a build.

Returns

True if it’s marked as a build


def is_buildable(self, node):
    ...
ParameterTypeDescription
nodeNodeWhich node to check

See Also