Dict items¶
Documentation¶
Create a list of tuples (key, value) from dict, sorted by key.
Definition¶
Input ports¶
- dict
Type: {<a>}Description: Dict
Output ports¶
- list
Type: [(text, <a>)]Description: List
Examples¶
The node can be found in:
Implementation¶
- class node_dict_operations.DictItems[source]