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

Method listvalues

src/werkzeug/datastructures/structures.py:933–934  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

931 return rv.items()
932
933 def listvalues(self) -> cabc.Iterable[list[V]]:
934 return (x[1] for x in self.lists())
935
936 def copy(self) -> MultiDict[K, V]: # type: ignore[override]
937 """Return a shallow mutable copy of this object.

Callers 1

test_iterablesMethod · 0.95

Calls 1

listsMethod · 0.95

Tested by 1

test_iterablesMethod · 0.76