MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / keys

Method keys

lib/sqlalchemy/engine/row.py:387–393  ·  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

385 )
386
387 def keys(self) -> RMKeyView:
388 """Return a view of 'keys' for string column names represented
389 by the underlying :class:`.Row`.
390
391 """
392
393 return self._parent.keys
394
395 def values(self) -> ROMappingKeysValuesView:
396 """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