ironflow.model.port module
A new output port class that has a dtype.
- class ironflow.model.port.HasDType[source]
Bases:
objectA mixin to add the valid value check property
- property dtype_ok
- class ironflow.model.port.HasOType[source]
Bases:
objectA mixin to add the valid value check to properties with an ontology type
- property otype_ok
- class ironflow.model.port.NodeInput(node: Node, type_: str = 'data', label_str: str = '', add_data: dict | None = None, dtype: DType | None = None, otype=None)[source]
Bases:
NodeInput,HasTypes- workflow_tree_contains_connections_of(port: NodeOutput)[source]
- class ironflow.model.port.NodeInputBP(label: str = '', type_: str = 'data', dtype: DType = None, add_data={}, otype=None)[source]
Bases:
NodeInputBP
- class ironflow.model.port.NodeOutput(node, type_='data', label_str='', dtype: DType | None = None, otype=None)[source]
Bases:
NodeOutput,HasTypes