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

Method values

lib/sqlalchemy/engine/row.py:392–397  ·  view source on GitHub ↗

Return a view of values for the values represented in the underlying :class:`.Row`.

(self)

Source from the content-addressed store, hash-verified

390 return self._parent.keys
391
392 def values(self) -> ROMappingKeysValuesView:
393 """Return a view of values for the values represented in the
394 underlying :class:`.Row`.
395
396 """
397 return ROMappingKeysValuesView(self, self._values_impl())

Callers 7

get_multi_columnsMethod · 0.45
processFunction · 0.45
_for_freezeMethod · 0.45
_splice_horizontallyMethod · 0.45
_adapt_to_contextMethod · 0.45
clearMethod · 0.45
_collection_gcedFunction · 0.45

Calls 2

_values_implMethod · 0.80

Tested by

no test coverage detected