Insert Dict

../../../../_images/insert_item_dict.svg

Create a dict with the items from dict (input) but with item inserted.

If the key already exists it will be replaced.

Input ports:
dict:

{<a>}

Dict

item:

<a>

Item

Output ports:
dict:

{<a>}

Dict

Configuration:
Key (key)
(no description)
class node_dict_operations.InsertItemDict[source]