Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __iter__
Method
__iter__
lib/sqlalchemy/util/_collections_cy.py:506–507 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
504
return
len(self._members)
505
506
def
__iter__(self) -> Iterator[Any]:
507
return
iter(self._members.values())
508
509
def
__hash__(self) -> NoReturn:
510
raise
TypeError(
"set objects are unhashable"
)
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected