Lines Matching full:dictionary
26 Flatten ``value`` into a plain dictionary.
31 … :param names_dict: An optional dictionary with 'foo':'bar' items to flatten 'foo' list properties
32 where each item should be a dictionary with the 'bar' item storing an unique
36 :param value: object to flatten, for example, a dictionary:
64 :return: the ``value`` flattened to a plain dictionary where each key is concatenated from
110 :param src_dict: a dictionary to unflat for example:
124 :param name_sep: string to split the dictionary keys.
125 :return: the unflatten dictionary, for the above example:
200 # If the flattered property is a dictionary, convert it to a plain list
208 # Normalize flattening to a plain dictionary.
212 … # Keep dictionary names as their properties and flatten the dictionary to a list of dictionaries.
330 … help="An optional string with json dictionary like {'children':'name', ...}\n"
338 help="Separator to use it for the transposed dictionary names stored in\n"
346 … "The string is a json dictionary with property names and regexp strings to apply\n"