Lines Matching refs:Undefined
47 from .runtime import Undefined
127 environment.undefined, Undefined
128 ), "'undefined' must be a subclass of 'jinja2.Undefined'."
212 :class:`Undefined` or a subclass of it that is used to represent
308 undefined: t.Type[Undefined] = Undefined,
343 self.undefined: t.Type[Undefined] = undefined
400 undefined: t.Type[Undefined] = missing,
463 ) -> t.Union[t.Any, Undefined]:
495 name: t.Union[str, Undefined],
515 if isinstance(name, Undefined):
796 Undefined
1037 If ``names`` is :class:`Undefined`, an :exc:`UndefinedError`
1039 contains :class:`Undefined`, the message is more helpful.
1047 if isinstance(names, Undefined):
1080 if isinstance(template_name_or_list, (str, Undefined)):
1178 undefined: t.Type[Undefined] = Undefined,
1569 if self._undefined_to_none and isinstance(rv, Undefined):