def __get__(self, obj, type_=None): try: return self.prop.__get__(obj) except AttributeError: return empty.placeholder(self.valuetype)