MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / values

Method values

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

Source from the content-addressed store, hash-verified

77 return self._dict.keys()
78
79 def values(self) -> Iterable[object]:
80 raise NotImplementedError()
81
82 def replace(self, state: InstanceState[_O]) -> Optional[InstanceState[_O]]:
83 raise NotImplementedError()

Callers 1

all_statesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected