Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ getlist
Method
getlist
src/werkzeug/datastructures/structures.py:714–714 ·
view source on GitHub ↗
(self, key: K)
Source
from the content-addressed store, hash-verified
712
713
@t.overload
714
def
getlist(self, key: K) -> list[V]: ...
715
@t.overload
716
def
getlist(self, key: K, type: cabc.Callable[[V], T]) -> list[T]: ...
717
def
getlist(
Callers
1
lists
Method · 0.95
Calls
2
append
Method · 0.80
__getitem__
Method · 0.45
Tested by
no test coverage detected