def _dict_representer(dumper, data): return dumper.represent_dict(data.items()) #yaml.add_representer(recdefaultdict, _dict_representer)