MCPcopy
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

copyMethod · 0.95
_AssociationListClass · 0.45
updateMethod · 0.45
_bulk_replaceMethod · 0.45
_AssociationDictClass · 0.45
_AssociationSetClass · 0.45
OrderingListClass · 0.45
_copyMethod · 0.45
_setMethod · 0.45
changedMethod · 0.45
changedMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected