module documentation

Undocumented

Class BaseContext No class docstring; 0/1 instance variable, 7/17 methods documented
Class Context A stack container for variable context
Class ContextDict Undocumented
Class RenderContext A stack container for storing Template state.
Class RequestContext This subclass of template.Context automatically populates itself using the processors defined in the engine's configuration. Additional processors can be specified as a list of callables using the "processors" keyword argument.
Exception ContextPopException pop() has been called more times than push()
Function make_context Create a suitable Context from a plain dict and optionally an HttpRequest.
Variable _builtin_context_processors Undocumented
def make_context(context, request=None, **kwargs): (source)

Create a suitable Context from a plain dict and optionally an HttpRequest.

_builtin_context_processors: tuple[str, ...] = (source)

Undocumented