tools.py 122 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 from opensipkd.string import dict_to_str def iso_to_dict(iso): data = iso.get_values() return dict_to_str(data)