Insert Dict

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

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 {<a>}

Dict

item <a>

Item

Output ports

dict {<a>}

Dict

Configuration

Key (key)

(no description)

Implementation

class node_dict_operations.InsertItemDict[source]