.. _`Dict items`: .. _`org.sysess.sympathy.dict.items`: Dict items `````````` .. image:: dict_to_list.svg :width: 48 Documentation ::::::::::::: Create a list of tuples (key, value) from dict, sorted by key. Definition :::::::::: Input ports ........... **dict** | Type: {} | Description: Dict Output ports ............ **list** | Type: [(text, )] | Description: List Examples ........ The node can be found in: * :download:`BasicDictOperations.syx ` Implementation .............. .. automodule:: node_dict_operations :noindex: .. class:: DictItems :noindex: