MCPcopy
hub / github.com/pallets/werkzeug / __iter__

Method __iter__

src/werkzeug/local.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 object.__setattr__(self, "_Local__storage", context_var)
63
64 def __iter__(self) -> t.Iterator[tuple[str, t.Any]]:
65 return iter(self.__storage.get({}).items())
66
67 def __call__(
68 self, name: str, *, unbound_message: str | None = None

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected