Template¶
- class pyjess.TemplateAtom¶
A single template atom.
- __init__(*args, **kwargs)¶
- classmethod load(file)¶
Load a template atom from the given file.
- Parameters:
file (file-like object) – A file-like object opened in text mode to read the template atom from.
- classmethod loads(text)¶
Load a template atom from the given string.