Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
327
class
ROMappingItemsView(ROMappingView, typing.ItemsView[
"_KeyType"
, Any]):
328
__slots__ = (
"_items"
,)
# mapping slot is provided by ItemsView
329
330
331
class
RowMapping(BaseRow, typing.Mapping[
"_KeyType"
, Any]):
Callers
1
items
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected