.. _`Items to Dict`: .. _`org.sysess.sympathy.dict.fromitems`: Items to Dict ````````````` .. image:: list_to_dict.svg :width: 48 Documentation ::::::::::::: Create a multi item dict containing items. Items without name are ignored. Definition :::::::::: Input ports ........... **list** | Type: [(text, )] | Description: List Output ports ............ **dict** | Type: {} | Description: Dict Examples ........ The node can be found in: * :download:`BasicDictOperations.syx ` * :download:`random_forest_regressor.syx ` Implementation .............. .. automodule:: node_dict_operations :noindex: .. class:: ItemsToDict :noindex: