Lines Matching refs:missing
27 from .utils import missing
100 if value is not missing:
150 def resolve_or_missing(context, key, missing=missing): argument
155 return missing
230 if rv is missing:
241 rv = missing
337 if item is missing:
388 _after = missing
389 _current = missing
390 _before = missing
391 _last_changed_value = missing
428 self._length = len(iterable) + self.index + (self._after is not missing)
472 if self._after is not missing:
475 self._after = next(self._iterator, missing)
486 return self._peek_next() is missing
509 if rv is missing:
541 if self._after is not missing:
543 self._after = missing
638 value = missing
714 def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedError):
728 if self._undefined_obj is missing:
859 if undef._undefined_obj is missing:
964 if self._undefined_obj is missing: