def __init__(self, full): super(YamlOutput, self).__init__(full) yaml.add_representer(unicode, self.string_presenter) yaml.add_representer(str, self.string_presenter)