- qspec.dict_to_list ( a )[source]
-
- Parameters:
-
- adict
A dictionary.
- Returns:
-
- out(list, list)
Two lists with the keys and values of 'a', respectively. The lists are in the same order, however, they are not sorted.
A dictionary.
Two lists with the keys and values of 'a', respectively. The lists are in the same order, however, they are not sorted.