MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / contains_state

Method contains_state

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

Source from the content-addressed store, hash-verified

52 raise NotImplementedError()
53
54 def contains_state(self, state: InstanceState[Any]) -> bool:
55 raise NotImplementedError()
56
57 def __contains__(self, key: _IdentityKeyType[Any]) -> bool:
58 raise NotImplementedError()

Callers 4

_expunge_statesMethod · 0.45
_validate_persistentMethod · 0.45
_contains_stateMethod · 0.45

Calls

no outgoing calls

Tested by 1