MCPcopy
hub / github.com/ormar-orm/ormar / set_save_status

Method set_save_status

ormar/models/newbasemodel.py:608–610  ·  view source on GitHub ↗

Sets value of the save status

(self, status: bool)

Source from the content-addressed store, hash-verified

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:

Callers 14

bulk_createMethod · 0.80
bulk_updateMethod · 0.80
from_rowMethod · 0.80
saveMethod · 0.80
updateMethod · 0.80
deleteMethod · 0.80
loadMethod · 0.80
merge_two_instancesMethod · 0.80
__set__Method · 0.80
__set__Method · 0.80
__set__Method · 0.80

Calls 1

__setattr__Method · 0.45

Tested by

no test coverage detected