def _literal_unicode_representer(dumper, data: str): return dumper.represent_scalar(u'tag:yaml.org,2002:str', data, style='|')