MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _kill

Method _kill

lib/sqlalchemy/orm/identity.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self._wr = weakref.ref(self)
47
48 def _kill(self) -> None:
49 self._add_unpresent = _killed # type: ignore
50
51 def all_states(self) -> List[InstanceState[Any]]:
52 raise NotImplementedError()

Callers 1

expunge_allMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected