MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / safe_discard

Method safe_discard

lib/sqlalchemy/orm/identity.py:60–61  ·  view source on GitHub ↗
(self, state: InstanceState[Any])

Source from the content-addressed store, hash-verified

58 raise NotImplementedError()
59
60 def safe_discard(self, state: InstanceState[Any]) -> None:
61 raise NotImplementedError()
62
63 def __getitem__(self, key: _IdentityKeyType[_O]) -> _O:
64 raise NotImplementedError()

Callers 4

_restore_snapshotMethod · 0.45
_expunge_statesMethod · 0.45
_register_persistentMethod · 0.45
_remove_newly_deletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected