MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ROMappingKeysValuesView

Class ROMappingKeysValuesView

lib/sqlalchemy/engine/row.py:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321class ROMappingKeysValuesView(
322 ROMappingView, typing.KeysView["_KeyType"], typing.ValuesView[Any]
323):
324 __slots__ = ("_items",) # mapping slot is provided by KeysView
325
326
327class ROMappingItemsView(ROMappingView, typing.ItemsView["_KeyType", Any]):

Callers 1

valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected