MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _fast_discard

Method _fast_discard

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

Source from the content-addressed store, hash-verified

86 raise NotImplementedError()
87
88 def _fast_discard(self, state: InstanceState[Any]) -> None:
89 raise NotImplementedError()
90
91 def _add_unpresent(
92 self, state: InstanceState[Any], key: _IdentityKeyType[Any]

Callers 1

_cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected