class documentation

class EvalContext:

View In Hierarchy

Holds evaluation time information. Custom attributes can be attached to it in extensions.
Instance Variable autoescape Undocumented
Instance Variable volatile Undocumented
Method __init__ Undocumented
Method revert Undocumented
Method save Undocumented
Instance Variable environment Undocumented
autoescape =

Undocumented

volatile: bool =

Undocumented

def __init__(self, environment, template_name=None):

Undocumented

Parameters
environment:EnvironmentUndocumented
template​_name:t.Optional[str]Undocumented
def revert(self, old):

Undocumented

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

Undocumented

Returns
t.Mapping[str, t.Any]Undocumented
environment =

Undocumented