jinjyaml.data module

class jinjyaml.data.Data(source: str, loader_type: Type)

Bases: object

A PyYAML Custom tag represents a Jinja2 template object.

property loader_type: Type

PyYAML Loader class parsing the tag object.

Return type:

Type

property source: str

Source code to make Jinja2 template.

Return type:

str