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

Method all_states

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

Source from the content-addressed store, hash-verified

257 return iter(self.keys())
258
259 def all_states(self) -> List[InstanceState[Any]]:
260 return list(self._dict.values())
261
262 def _fast_discard(self, state: InstanceState[Any]) -> None:
263 # used by InstanceState for state being

Callers 2

itemsMethod · 0.95
valuesMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected