8.2.15.1.57. _set_function_node_outputΒΆ

Solution._set_function_node_output(node_id, node_attr, no_call, next_nds=None, **kw)[source]

Set the function node output from node inputs.

Parameters:
  • node_id (str) – Function node id.

  • node_attr (dict[str, T]) – Dictionary of node attributes.

  • no_call (bool) – If True data node estimation function is not used.

Returns:

If the output have been evaluated correctly.

Return type:

bool