BoxNode#
- class tierkreis.core.tierkreis_graph.BoxNode(graph: TierkreisGraph, location: Location)[source]#
Bases:
TierkreisNode
Nested subgraph node. Node signature is that of inner 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.
Attributes
graph
location
- classmethod from_proto(node: Node) TierkreisNode #
Load from protobuf node.