MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ROMappingItemsView

Class ROMappingItemsView

lib/sqlalchemy/engine/row.py:327–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

itemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected