Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ __iter__
Method
__iter__
starlette/datastructures.py:305–306 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
303
return
key in self._dict
304
305
def
__iter__(self) -> Iterator[_KeyType]:
306
return
iter(self.keys())
307
308
def
__len__(self) -> int:
309
return
len(self._dict)
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected