.. _`Insert Dict`: .. _`org.sysess.sympathy.dict.insert`: Insert Dict ``````````` .. image:: insert_item_dict.svg :width: 48 Insert item in dict Documentation ::::::::::::: Create a dict with the items from dict (input) but with item inserted. If the key already exists it will be replaced. Definition :::::::::: Input ports ........... **dict** | Type: {} | Description: Dict **item** | Type: | Description: Item Output ports ............ **dict** | Type: {} | Description: Dict Configuration ............. **Key** (key) (no description) Examples ........ The node can be found in: * :download:`BasicDictOperations.syx ` * :download:`random_forest_regressor.syx ` Implementation .............. .. automodule:: node_dict_operations :noindex: .. class:: InsertItemDict :noindex: