MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _values_impl

Method _values_impl

lib/sqlalchemy/engine/_row_cy.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self._set_attrs(parent, parent._key_to_index, state["_data"])
107
108 def _values_impl(self) -> List[Any]:
109 return list(self._data)
110
111 def __iter__(self) -> Iterator[Any]:
112 return iter(self._data)

Callers 2

valuesMethod · 0.80
row_values_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected