jinjyaml.data module¶ class jinjyaml.data.Data(source: str)[source]¶ Bases: object A custom PyYAML tag that stores the string source of a jinja2.Template object. Parameters: source (str) source: str¶ The source code of the jinja2.Template object.