module documentation

Undocumented

Constant BLOCK​_END​_STRING Undocumented
Constant BLOCK​_START​_STRING Undocumented
Constant COMMENT​_END​_STRING Undocumented
Constant COMMENT​_START​_STRING Undocumented
Constant DEFAULT​_NAMESPACE Undocumented
Constant DEFAULT​_POLICIES Undocumented
Constant KEEP​_TRAILING​_NEWLINE Undocumented
Constant LINE​_COMMENT​_PREFIX Undocumented
Constant LINE​_STATEMENT​_PREFIX Undocumented
Constant LSTRIP​_BLOCKS Undocumented
Constant NEWLINE​_SEQUENCE Undocumented
Constant TRIM​_BLOCKS Undocumented
Constant VARIABLE​_END​_STRING Undocumented
Constant VARIABLE​_START​_STRING Undocumented
BLOCK_END_STRING: str =

Undocumented

Value
'%}'
BLOCK_START_STRING: str =

Undocumented

Value
'{%'
COMMENT_END_STRING: str =

Undocumented

Value
'#}'
COMMENT_START_STRING: str =

Undocumented

Value
'{#'
DEFAULT_NAMESPACE =

Undocumented

Value
{'range': range,
 'dict': dict,
 'lipsum': generate_lorem_ipsum,
 'cycler': Cycler,
 'joiner': Joiner,
 'namespace': Namespace}
DEFAULT_POLICIES: t.Dict[str, t.Any] =

Undocumented

Value
{'compiler.ascii_str': True,
 'urlize.rel': 'noopener',
 'urlize.target': None,
 'urlize.extra_schemes': None,
 'truncate.leeway': 5,
 'json.dumps_function': None,
 'json.dumps_kwargs': {'sort_keys': True},
...
KEEP_TRAILING_NEWLINE: bool =

Undocumented

Value
False
LINE_COMMENT_PREFIX: t.Optional[str] =

Undocumented

Value
None
LINE_STATEMENT_PREFIX: t.Optional[str] =

Undocumented

Value
None
LSTRIP_BLOCKS: bool =

Undocumented

Value
False
NEWLINE_SEQUENCE: te.Literal['\n', '\r\n', '\r'] =

Undocumented

Value
'''
'''
TRIM_BLOCKS: bool =

Undocumented

Value
False
VARIABLE_END_STRING: str =

Undocumented

Value
'}}'
VARIABLE_START_STRING: str =

Undocumented

Value
'{{'