Dict items

../../../../_images/dict_to_list.svg

Documentation

Create a list of tuples (key, value) from dict, sorted by key.

Definition

Input ports

dict {<a>}

Dict

Output ports

list [(text, <a>)]

List

Implementation

class node_dict_operations.DictItems[source]