Getting Started
convert_list_of_dict()
Convert a list of dictionaries to a dictionary with possible inversion.
list_of_dict (list) – The list of dictionaries to convert.
key (str) – The key.
value (str) – The value.
invert (bool) – Flag to indicate whether to invert key and value.
A dictionary with given keys and values.
dict