def parent(self): """The object's parent""" if isinstance(self._parent, weakref.ReferenceType): return self._parent() else: return self._parent