Home | History | Annotate | Download | only in desktopui_SonicExtension

Lines Matching refs:Dictionary

70         """Sets config dictionary.
85 @return Dictionary of the config file.
100 """Returns dictionary of aggregated config files.
104 @return Dictionary containing the aggregated config files.
127 """Returns a merged dictionary.
129 @param dict_one: Dictionary to merge (first).
130 @param dict_two: Dictionary to merge (second).
132 @return Dictionary containing merged result.
133 @raises ConfigJsonIteratorError: if no dictionary given.
136 raise ConfigJsonIteratorError('Input is not a dictionary')