ironflow.nodes.deprecated.flow_control module
- class ironflow.nodes.deprecated.flow_control.Click_Node(params)[source]
Bases:
Node- color = '#99dd55'
- init_inputs: List[NodeInputBP] = []
- init_outputs: List[NodeOutputBP] = [<ironflow.model.port.NodeOutputBP object>]
- main_widget_class
alias of
ButtonNodeWidget
- title = 'Click'
- update_event(inp=-1)[source]
Gets called when an input received a signal or some node requested data of an output in exec mode
- version: str = 'v0.1'
- class ironflow.nodes.deprecated.flow_control.ExecCounter_Node(params)[source]
Bases:
DualNodeBase- color = '#5d95de'
- init_inputs: List[NodeInputBP] = [<ironflow.model.port.NodeInputBP object>]
- init_outputs: List[NodeOutputBP] = [<ironflow.model.port.NodeOutputBP object>]
- title = 'ExecCounter'
- update_event(inp=-1)[source]
Gets called when an input received a signal or some node requested data of an output in exec mode
- version: str = 'v0.1'
- class ironflow.nodes.deprecated.flow_control.ForEach_Node(params)[source]
Bases:
Node- color = '#b33a27'
- init_inputs: List[NodeInputBP] = [<ironflow.model.port.NodeInputBP object>, <ironflow.model.port.NodeInputBP object>, <ironflow.model.port.NodeInputBP object>]
- init_outputs: List[NodeOutputBP] = [<ironflow.model.port.NodeOutputBP object>, <ironflow.model.port.NodeOutputBP object>, <ironflow.model.port.NodeOutputBP object>]
- title = 'ForEach'
- update_event(inp=-1)[source]
Gets called when an input received a signal or some node requested data of an output in exec mode
- version: str = 'v0.1'