Lines Matching refs:missing
18 from .utils import missing
98 if value is not missing:
150 def resolve_or_missing(context, key, missing=missing): argument
155 return missing
232 if rv is missing:
243 rv = missing
332 if item is missing:
375 _after = missing
376 _current = missing
377 _before = missing
378 _last_changed_value = missing
415 self._length = len(iterable) + self.index + (self._after is not missing)
459 if self._after is not missing:
462 self._after = next(self._iterator, missing)
473 return self._peek_next() is missing
496 if rv is missing:
528 if self._after is not missing:
530 self._after = missing
625 value = missing
696 def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedError):
710 if self._undefined_obj is missing:
875 elif self._undefined_obj is missing: