tightbinder.utils.pretty_print_dictionary# pretty_print_dictionary(d, indent=0)[source]# Routine to pretty print the contents of a dictionary. Note that this is mainly used to indent recursively all dict. contents, so by default it should be left at zero. Parameters: d (dict) – Dictionary to pretty print indent (int) – Number of tabs to indent the contents of the dictionary. Return type: None