TagNode#
- class tierkreis.core.tierkreis_graph.TagNode(tag_name: str)[source]#
Bases:
TierkreisNode
Node to tag a value and return a tagged variant.
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
tag_name
- classmethod from_proto(node: Node) TierkreisNode #
Load from protobuf node.