.. _`Update Dict`:
.. _`org.sysess.sympathy.dict.update`:
Update Dict
```````````
.. image:: dicts_to_dict.svg
:width: 48
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: {}
| Description: Dict
| Optional number of ports: 2--inf (default: 2)
Output ports
............
**dict**
| Type: {}
| Description: Dict
Examples
........
The node can be found in:
* :download:`BasicDictOperations.syx `
Implementation
..............
.. automodule:: node_dict_operations
:noindex:
.. class:: UpdateDict
:noindex: