Get Item Dict¶
Get one item in dict by key
Documentation¶
Get one item in dict by key.
Definition¶
Input ports¶
- dict
Type: {<a>}Description: Dict- default
Type: <a>Description: Default itemOptional number of ports: 0–1 (default: 0)
Output ports¶
- item
Type: <a>Description: Item
Configuration¶
- Action on missing key (fail_strategy)
Decide how a missing key should be handled
- Key (key)
Choose item key in dict.
Examples¶
The node can be found in:
Implementation¶
- class node_dict_operations.GetItemDict[source]