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

Class ROMappingItemsView

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

Source from the content-addressed store, hash-verified

322
323
324class ROMappingItemsView(ROMappingView, typing.ItemsView["_KeyType", Any]):
325 __slots__ = ("_items",) # mapping slot is provided by ItemsView
326
327
328class RowMapping(BaseRow, typing.Mapping["_KeyType", Any]):

Callers 1

itemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected