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

Method values

src/werkzeug/datastructures/headers.py:221–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 yield key
220
221 def values(self) -> t.Iterable[str]:
222 for _, value in self.items():
223 yield value
224
225 def extend(
226 self,

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.95

Tested by

no test coverage detected