Lines Matching refs:_sentinel
1522 _sentinel = object() variable
1533 return dict.get(instance_dict, attr, _sentinel)
1538 if _shadowed_dict(type(entry)) is _sentinel:
1543 return _sentinel
1564 return _sentinel
1566 def getattr_static(obj, attr, default=_sentinel):
1577 instance_result = _sentinel
1581 if (dict_attr is _sentinel or
1589 if instance_result is not _sentinel and klass_result is not _sentinel:
1590 if (_check_class(type(klass_result), '__get__') is not _sentinel and
1591 _check_class(type(klass_result), '__set__') is not _sentinel):
1594 if instance_result is not _sentinel:
1596 if klass_result is not _sentinel:
1602 if _shadowed_dict(type(entry)) is _sentinel:
1607 if default is not _sentinel: