Searched refs:StrictUndefined (Results 1 – 8 of 8) sorted by relevance
45 from jinja2.runtime import Undefined, DebugUndefined, StrictUndefined, \
786 class StrictUndefined(Undefined): class813 del Undefined.__slots__, DebugUndefined.__slots__, StrictUndefined.__slots__
34 from .runtime import StrictUndefined
887 class StrictUndefined(Undefined): class918 StrictUndefined.__slots__,
14 from jinja2 import StrictUndefined374 env = Environment(undefined=StrictUndefined)388 getattr(StrictUndefined, "__slots__") # noqa: B009
8 from jinja2 import StrictUndefined368 strict_env = Environment(undefined=StrictUndefined)
278 The closest to regular Python behavior is the :class:`StrictUndefined` which313 .. autoclass:: jinja2.StrictUndefined()
100 :class:`StrictUndefined`. :issue:`710`, :pr:`1079`