TierkreisNode#
- class tierkreis.core.tierkreis_graph.TierkreisNode[source]#
Bases:
ABC
A node in a Tierkreis graph.
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.
- classmethod from_proto(node: Node) TierkreisNode [source]#
Load from protobuf node.