MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / keys

Method keys

lib/sqlalchemy/engine/row.py:384–390  ·  view source on GitHub ↗

Return a view of 'keys' for string column names represented by the underlying :class:`.Row`.

(self)

Source from the content-addressed store, hash-verified

382 )
383
384 def keys(self) -> RMKeyView:
385 """Return a view of 'keys' for string column names represented
386 by the underlying :class:`.Row`.
387
388 """
389
390 return self._parent.keys
391
392 def values(self) -> ROMappingKeysValuesView:
393 """Return a view of values for the values represented in the

Callers 9

itemsMethod · 0.95
processFunction · 0.45
__repr__Method · 0.45
test_update_returningMethod · 0.45
test_delete_returningMethod · 0.45
_check_table_dictMethod · 0.45

Calls

no outgoing calls