Home | History | Annotate | Download | only in jinja2

Lines Matching defs:Environment

10     The behavior can be changed by subclassing the environment.
16 from jinja2.environment import Environment
123 python objects. This is useful if the environment method
180 class SandboxedEnvironment(Environment):
181 """The sandboxed environment. It works like the regular environment but
183 this environment may override the methods that tell the runtime what
193 #: available on each instance of a sandboxed environment as
206 #: available on each instance of a sandboxed environment as
263 Environment.__init__(self, *args, **kwargs)
269 """The sandboxed environment will call this method to check if the