ConstNode#
- class tierkreis.core.tierkreis_graph.ConstNode(value: TierkreisValue)[source]#
Bases:
TierkreisNode
A node that holds a constant value.
Methods
Load from protobuf node.
Whether this node is a copy function node.
Delete nodes have some special behaviour, check for it.
Whether this node is an unpack struct function node.
Convert to node protobuf message.
Attributes
value
- classmethod from_proto(node: Node) TierkreisNode #
Load from protobuf node.