Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ items
Method
items
lib/sqlalchemy/ext/associationproxy.py:1772–1773 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1770
return
self.col.keys()
1771
1772
def
items(self) -> ItemsView[_KT, _VT]:
1773
return
ItemsView(self)
1774
1775
def
values(self) -> ValuesView[_VT]:
1776
return
ValuesView(self)
Callers
15
copy
Method · 0.95
_AssociationList
Class · 0.45
update
Method · 0.45
_bulk_replace
Method · 0.45
_AssociationDict
Class · 0.45
_AssociationSet
Class · 0.45
OrderingList
Class · 0.45
_copy
Method · 0.45
_set
Method · 0.45
changed
Method · 0.45
changed
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected