Update Dict

../../../../_images/dicts_to_dict.svg

Update dict with input from dict(s)

Documentation

Create a dict with the items from dicts (input). If there are duplicate keys they will be replaced.

Definition

Input ports

dict
Type: {<a>}
Description: Dict
Optional number of ports: 2–inf (default: 2)

Output ports

dict
Type: {<a>}
Description: Dict

Examples

The node can be found in:

Implementation

class node_dict_operations.UpdateDict[source]