.. _`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** 2 - inf, {} Dict Output ports ............ **dict** {} Dict Implementation .............. .. automodule:: node_dict_operations :noindex: .. class:: UpdateDict :noindex: