Lines Matching refs:_sentinel
1561 _sentinel = object() variable
1572 return dict.get(instance_dict, attr, _sentinel)
1577 if _shadowed_dict(type(entry)) is _sentinel:
1582 return _sentinel
1603 return _sentinel
1605 def getattr_static(obj, attr, default=_sentinel):
1616 instance_result = _sentinel
1620 if (dict_attr is _sentinel or
1628 if instance_result is not _sentinel and klass_result is not _sentinel:
1629 if (_check_class(type(klass_result), '__get__') is not _sentinel and
1630 _check_class(type(klass_result), '__set__') is not _sentinel):
1633 if instance_result is not _sentinel:
1635 if klass_result is not _sentinel:
1641 if _shadowed_dict(type(entry)) is _sentinel:
1646 if default is not _sentinel: