Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ __iter__
Method
__iter__
starlette/datastructures.py:558–559 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
556
return
False
557
558
def
__iter__(self) -> Iterator[Any]:
559
return
iter(self.keys())
560
561
def
__len__(self) -> int:
562
return
len(self._list)
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected