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 = (source)

Undocumented

Value
'%}'
BLOCK_START_STRING: str = (source)

Undocumented

Value
'{%'
COMMENT_END_STRING: str = (source)

Undocumented

Value
'#}'
COMMENT_START_STRING: str = (source)

Undocumented

Value
'{#'
DEFAULT_NAMESPACE = (source)

Undocumented

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

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 = (source)

Undocumented

Value
False
LINE_COMMENT_PREFIX: t.Optional[str] = (source)

Undocumented

Value
None
LINE_STATEMENT_PREFIX: t.Optional[str] = (source)

Undocumented

Value
None
LSTRIP_BLOCKS: bool = (source)

Undocumented

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

Undocumented

Value
'''
'''
TRIM_BLOCKS: bool = (source)

Undocumented

Value
False
VARIABLE_END_STRING: str = (source)

Undocumented

Value
'}}'
VARIABLE_START_STRING: str = (source)

Undocumented

Value
'{{'