MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / all_states

Method all_states

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

Source from the content-addressed store, hash-verified

49 self._add_unpresent = _killed # type: ignore
50
51 def all_states(self) -> List[InstanceState[Any]]:
52 raise NotImplementedError()
53
54 def contains_state(self, state: InstanceState[Any]) -> bool:
55 raise NotImplementedError()

Callers 9

_process_key_switchesMethod · 0.45
_restore_snapshotMethod · 0.45
_remove_snapshotMethod · 0.45
expunge_allMethod · 0.45
expire_allMethod · 0.45
_set_imap_in_disposalMethod · 0.45

Calls

no outgoing calls

Tested by 2

_set_imap_in_disposalMethod · 0.36