Break#
- class tierkreis.builder.Break(loopout: NodePort | NodeRef | PortFunc)[source]#
Bases:
_LoopOutput
Exit the loop with the provided output.
Methods
Output port name to use if none is specified.
If this NodeRef refers to a FunctionNode, set its retry time in seconds.
Attributes
outports
idx
graph
- default_nodeport(create: bool = True) NodePort #
Output port name to use if none is specified.
- Raises:
ValueError – If there are multiple known output ports.
- Returns:
Single output port if exactly one is known, else “value”.