class documentation

class EvalContext: (source)

View In Hierarchy

Holds evaluation time information. Custom attributes can be attached to it in extensions.

Method __init__ Undocumented
Method revert Undocumented
Method save Undocumented
Instance Variable autoescape Undocumented
Instance Variable environment Undocumented
Instance Variable volatile Undocumented
def __init__(self, environment, template_name=None): (source)

Undocumented

Parameters
environment:EnvironmentUndocumented
template_name:t.Optional[str]Undocumented
def revert(self, old): (source)

Undocumented

Parameters
old:t.Mapping[str, t.Any]Undocumented
def save(self): (source)

Undocumented

Returns
t.Mapping[str, t.Any]Undocumented
autoescape = (source)

Undocumented

environment = (source)

Undocumented

volatile: bool = (source)

Undocumented