Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ values
Method
values
lib/sqlalchemy/util/_collections.py:229–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
return
list(self._data)
228
229
def
values(self) -> List[_T]:
230
return
list(self._data.values())
231
232
def
items(self) -> List[Tuple[str, _T]]:
233
return
list(self._data.items())
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected