reinit#

ReportLinkLayout.reinit()#

Reset the in-memory ORM state for this object.

This marks the object as unsaved and replaces the underlying ORM instance with a fresh one of the same model class. Dataclass fields remain unchanged.