pystache.common module
Exposes functionality needed throughout the project.
- class pystache.common.MissingTags[source]
Bases:
objectContains the valid values for Renderer.missing_tags.
- ignore = 'ignore'
- strict = 'strict'
- exception pystache.common.PystacheError[source]
Bases:
ExceptionBase class for Pystache exceptions.
- exception pystache.common.TemplateNotFoundError[source]
Bases:
PystacheErrorAn exception raised when a template is not found.