Update Dict¶
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: DictOptional 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]