Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_iterables
Method · 0.95
Calls
1
lists
Method · 0.95
Tested by
1
test_iterables
Method · 0.76