nomenclate.core.tools

Functions

combine_dicts(*args, **kwargs)

Combines all arguments (if they are dictionaries) and kwargs to a final dict

flatten(it)

Flattens any iterable

flattenDictToLeaves(d[, result, index])

gen_dict_key_matches(key, dictionary[, …])

Generates a list of sets of (path, value) where path is a list of keys to access the given value in the given

get_keys_containing(search_string, input_dict)

Searches a dictionary for all keys containing the search string (as long as the keys are not functions) and

get_string_difference(string1, string2)

Classes

NomenclateNotifier(observer)

Serializable()