Searched refs:StrictUndefined (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A D__init__.py45 from jinja2.runtime import Undefined, DebugUndefined, StrictUndefined namespace
64 'StrictUndefined', 'TemplateError', 'UndefinedError', 'TemplateNotFound',
H A Druntime.py554 class StrictUndefined(Undefined): class in inherits:Undefined
559 >>> foo = StrictUndefined(name='foo')
581 del Undefined.__slots__, DebugUndefined.__slots__, StrictUndefined.__slots__

Completed in 732 milliseconds