dial_core.node_editor.output_port module

class dial_core.node_editor.output_port.OutputPort(name, port_type)[source]

Bases: dial_core.node_editor.port.Port

get_output_value()[source]

Returns the value this port expects from the connected node.

Raises:
  • AttributeError – If the port doesn’t have an output generator function
  • attached.
propagate()[source]

Starts processing each connected node.