MCPcopy Create free account
hub / github.com/dot-agent/nextpy / __iter__

Method __iter__

integration/utils.py:170–176  ·  view source on GitHub ↗

Iterate over the keys in local storage. Returns: An iterator over the items in local storage.

(self)

Source from the content-addressed store, hash-verified

168 return self.has(key)
169
170 def __iter__(self) -> Iterator[str]:
171 """Iterate over the keys in local storage.
172
173 Returns:
174 An iterator over the items in local storage.
175 """
176 return iter(self.keys())

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected