Lines Matching refs:Undefined
4 from .runtime import Undefined
22 If the given name is :class:`Undefined` and no message was
32 name: t.Optional[t.Union[str, "Undefined"]],
38 from .runtime import Undefined
40 if isinstance(name, Undefined):
59 If a name in the list of names is :class:`Undefined`, a message
67 names: t.Sequence[t.Union[str, "Undefined"]] = (),
71 from .runtime import Undefined
76 if isinstance(name, Undefined):
154 """Raised if a template tries to operate on :class:`Undefined`."""