Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ keys
Method
keys
lib/sqlalchemy/util/_collections.py:226–227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
224
return
default
225
226
def
keys(self) -> List[str]:
227
return
list(self._data)
228
229
def
values(self) -> List[_T]:
230
return
list(self._data.values())
Callers
6
test_pickle
Method · 0.95
issubset
Method · 0.45
issuperset
Method · 0.45
difference
Method · 0.45
__dir__
Method · 0.45
dictlike_iteritems
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_pickle
Method · 0.76