Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ popitem
Method
popitem
lib/sqlalchemy/ext/associationproxy.py:1790–1792 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1788
return
self._get(member)
1789
1790
def
popitem(self) -> Tuple[_KT, _VT]:
1791
item = self.col.popitem()
1792
return
(item[0], self._get(item[1]))
1793
1794
@overload
1795
def
update(
Callers
nothing calls this directly
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected