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