MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / add

Method add

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

Source from the content-addressed store, hash-verified

83 raise NotImplementedError()
84
85 def add(self, state: InstanceState[Any]) -> bool:
86 raise NotImplementedError()
87
88 def _fast_discard(self, state: InstanceState[Any]) -> None:
89 raise NotImplementedError()

Callers 2

_add_unpresentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected