Insert Dict¶
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: {<a>}Description: Dict- item
Type: <a>Description: Item
Output ports¶
- dict
Type: {<a>}Description: Dict
Configuration¶
- Key (key)
(no description)
Examples¶
The node can be found in:
Implementation¶
- class node_dict_operations.InsertItemDict[source]