Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ items
Method
items
lib/sqlalchemy/util/_collections.py:232–233 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
return
list(self._data.values())
231
232
def
items(self) -> List[Tuple[str, _T]]:
233
return
list(self._data.items())
234
235
def
has_key(self, key: str) -> bool:
236
return
key in self._data
Callers
11
difference
Method · 0.45
intersection
Method · 0.45
symmetric_difference
Method · 0.45
deprecated_params
Function · 0.45
decorate
Function · 0.45
values
Method · 0.45
restore
Function · 0.45
__str__
Method · 0.45
dictlike_iteritems
Function · 0.45
__init__
Method · 0.45
parse_user_argument_for_enum
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected