Sets value of the save status
(self, status: bool)
| 606 | self._orm.remove_parent(self, parent, name) |
| 607 | |
| 608 | def set_save_status(self, status: bool) -> None: |
| 609 | """Sets value of the save status""" |
| 610 | object.__setattr__(self, "_orm_saved", status) |
| 611 | |
| 612 | @classmethod |
| 613 | def update_forward_refs(cls, **localns: Any) -> None: |
no test coverage detected